Changeset 7213
- Timestamp:
- 05/17/08 16:11:45 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js
r7061 r7213 252 252 /** 253 253 * APIMethod: activate 254 * Activate the control and the feature handler.254 * Activate the control. 255 255 * 256 256 * Returns: 257 * {Boolean} Successfully activated the control and feature handler.257 * {Boolean} Successfully activated the control. 258 258 */ 259 259 activate: function() { … … 265 265 /** 266 266 * APIMethod: deactivate 267 * Deactivate the control s.267 * Deactivate the control. 268 268 * 269 269 * Returns: … … 497 497 * Method: handleKeypress 498 498 * Called by the feature handler on keypress. This is used to delete 499 * vertices and point features. If the <deleteCode> property is set,500 * vertices and points will be deleted when a feature is selected501 * for modification andthe mouse is over a vertex.499 * vertices. If the <deleteCode> property is set, vertices will 500 * be deleted when a feature is selected for modification and 501 * the mouse is over a vertex. 502 502 * 503 503 * Parameters:
