Changeset 1950
- Timestamp:
- 03/10/10 14:16:13 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
extensions/geoext.ux/ux/Measure/lib/GeoExt.ux/MeasureArea.js
r1945 r1950 26 26 */ 27 27 GeoExt.ux.MeasureArea = Ext.extend(GeoExt.ux.Measure, { 28 29 /** api: config[handlerClass] 30 * ``Function`` The handler class to pass to the measure control, 31 * Defaults to ``OpenLayers.Handler.Polygon``. 32 */ 33 34 /** api: config[iconCls] 35 * ``String`` The CSS class selector that specifies a background image 36 * to be used as the header icon for all components using this action 37 * Defaults to 'gx-map-measurearea'. 38 */ 28 39 40 /** api: config[template] 41 * ``String`` | ``Ext.XTemplate`` HTML template, or Ext.XTemplate used 42 * to display the measure. Optional. 43 */ 44 29 45 /** private: method[constructor] 30 46 */ extensions/geoext.ux/ux/Measure/lib/GeoExt.ux/MeasureLength.js
r1945 r1950 26 26 */ 27 27 GeoExt.ux.MeasureLength = Ext.extend(GeoExt.ux.Measure, { 28 29 /** api: config[handlerClass] 30 * ``Function`` The handler class to pass to the measure control, 31 * Defaults to ``OpenLayers.Handler.Path``. 32 */ 33 34 /** api: config[iconCls] 35 * ``String`` The CSS class selector that specifies a background image 36 * to be used as the header icon for all components using this action 37 * Defaults to 'gx-map-measurelength'. 38 */ 28 39 40 /** api: config[template] 41 * ``String`` | ``Ext.XTemplate`` HTML template, or Ext.XTemplate used 42 * to display the measure. Optional. 43 */ 44 29 45 /** private: method[constructor] 30 46 */