CustomForm.js | |
Properties | |
commiting | {Boolean} Used to validate commits made from this FormPanel. |
Functions | |
addOwner | Called right after this FeaturePanel has been added to an owner. |
getActiveOwner | Return the current activated owner (OpenLayers.Control). |
setSingleFeature | Set the singlefeature property. |
showFeaturePanel | Called by an owner. |
hideFeaturePanel | Called by an owner. |
parseFormFieldsToFeatureAttributes | Called when the user click this form “Commit” button. |
Called right after this FeaturePanel has been added to an owner.
addOwner: function( owner )
Return the current activated owner (OpenLayers.Control).
getActiveOwner: function()
Set the singlefeature property.
setSingleFeature: function( singlefeature )
Called by an owner.
showFeaturePanel: function( features )
Called by an owner.
hideFeaturePanel: function()