Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class.
mapfish. | Abstract base class for the properties object used in the layerConfig property of the mapfish.widgets.editing.FeatureEditingPanel class. |
mapfish. | Extends mapfish.widgets.editing.BaseProperty to show string or numeric properties with an <Ext.form.TextField>. |
mapfish. | Extension of mapfish.widgets.editing.BaseProperty for string properties. |
mapfish. | Extension of mapfish.widgets.editing.BaseProperty for integer properties. |
FloatProperty | Extension of mapfish.widgets.editing.BaseProperty for float properties. |
mapfish. | Extends mapfish.widgets.editing.BaseProperty to show multiline text properties with an <Ext.form.TextArea>. |
BooleanProperty | |
Properties | |
url | |
mapfish. | A property that is shown as a date picker. |
Extends mapfish.widgets.editing.BaseProperty to show string or numeric properties with an <Ext.form.TextField>. You shouldn’t use this class directly, but use one of the child.
Extension of mapfish.widgets.editing.BaseProperty for string properties.
Extension of mapfish.widgets.editing.BaseProperty for integer properties.
Extension of mapfish.widgets.editing.BaseProperty for float properties.
Extends mapfish.widgets.editing.BaseProperty to show multiline text properties with an <Ext.form.TextArea>.