geoform.widget

Module Contents

class geoform.widget.ResourceWidget

Renders an WPS ComplexType input widget with a cart and upload button.

It is based on deform.widget.TextInputWidget.

serialize(field, cstruct, **kw)
deserialize(field, pstruct)
class geoform.widget.BBoxWidget

Renders a BoundingBox Widget.

Attributes/Arguments template

The template name used to render the input widget. Default: bbox.
readonly_template
The template name used to render the widget in read-only mode. Default: readonly/bbox.
serialize(field, cstruct, **kw)
deserialize(field, pstruct)
class geoform.widget.TagsWidget
serialize(field, cstruct, **kw)
deserialize(field, pstruct)