qgis / QGIS-Documentation

QGIS Documentation
https://docs.qgis.org/latest
456 stars 680 forks source link

[feature][needs-docs] HTML form widget #3595

Open QGIS-feature-tracker opened 5 years ago

QGIS-feature-tracker commented 5 years ago

Original commit: https://github.com/qgis/QGIS/commit/b165258e6d852856ab5380b4c0cacf7f89e32480 by elpaso

Shameless clone of QML widget, with some webview quirks.

Funded by ARPA Piemonte

elpaso commented 5 years ago

I guess there is not much information in the PR, this is basically a widget which is not bound to any particular field (exactly like the QML one).

It can contain HTML code with javascript and has some helpers to allow QGIS expression evaluation, so you can get the field values and all other information you can get from a QGIS expression.