gis.forms.widgets
Classes
Widget holding and showing the data behind the |
Module Contents
- class gis.forms.widgets.CoordinatesWidget(input_type=None)[source]
Bases:
wtforms.widgets.TextInput
Widget holding and showing the data behind the
onegov.gis.forms.fields.CoordinatesField
class.Basically a textfield that stores json. Meant to be enhanced on the browser using javascript.
- __call__(field: gis.forms.fields.CoordinatesField, **kwargs: Any) markupsafe.Markup [source]