:mod:`geoform.widget` ===================== .. py:module:: geoform.widget Module Contents --------------- .. py:class:: ResourceWidget Renders an WPS ComplexType input widget with a cart and upload button. It is based on deform.widget.TextInputWidget. .. method:: serialize(field,cstruct,**kw) .. method:: deserialize(field,pstruct) .. py:class:: 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``. .. method:: serialize(field,cstruct,**kw) .. method:: deserialize(field,pstruct) .. py:class:: TagsWidget .. method:: serialize(field,cstruct,**kw) .. method:: deserialize(field,pstruct)