gxp.FeatureEditPopup¶
-
class
gxp.FeatureEditPopup(config)¶ Create a new popup which displays the attributes of a feature and makes the feature editable, using an
OpenLayers.Control.ModifyFeature.
Config Options¶
Configuration properties.
-
allowDelete BooleanSet to true to provide a Delete button for deleting the feature. Default is false.
-
dateFormat StringDate format. Default is the value ofExt.form.DateField.prototype.format.
-
editing BooleanSet to true to open the popup in editing mode. Default is false.
-
excludeFields ArrayOptional list of field names (case sensitive) that are to be excluded from the editor plugin.
-
feature OpenLayers.Feature.Vector``|``GeoExt.data.FeatureRecordThe feature to edit and display.
-
fields ArrayList of field config names corresponding to feature attributes. If not provided, fields will be derived from attributes. If provided, the field order from this list will be used, and fields missing in the list will be excluded.
-
propertyNames ObjectProperty name/display name pairs. If specified, the display name will be shown in the name column instead of the property name.
-
readOnly BooleanSet to true to disable editing. Default is false.
-
schema GeoExt.data.AttributeStoreOptional. If provided, available feature attributes will be determined from the schema instead of using the attributes that the feature has currently set.
-
timeFormat StringTime format. Default is the value ofExt.form.TimeField.prototype.format.
-
vertexRenderIntent StringrenderIntent for feature vertices when modifying. Undefined by default.