Changeset 5336
- Timestamp:
- 12/04/07 05:07:09 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/elemoine/playground/lib/OpenLayers/Control/ModifyFeature.js
r5301 r5336 30 30 31 31 /** 32 * APIProperty: clickout 33 * {Boolean} Allow unselecting feature on clickout. 34 */ 35 clickout: false, 36 37 /** 32 38 * Property: layer 33 39 * {<OpenLayers.Layer.Vector>} … … 111 117 */ 112 118 drag: false, 113 119 114 120 /** 115 121 * Property: dragHandle … … 168 174 // configure the select control 169 175 var selectOptions = { 176 clickout: this.clickout, 170 177 geometryTypes: this.geometryTypes, 171 178 onSelect: function(feature) {
