Changeset 1950

Show
Ignore:
Timestamp:
03/10/10 14:16:13 (5 months ago)
Author:
fvanderbiest
Message:

Measure ux: more documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extensions/geoext.ux/ux/Measure/lib/GeoExt.ux/MeasureArea.js

    r1945 r1950  
    2626 */ 
    2727GeoExt.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     */ 
    2839     
     40    /** api: config[template] 
     41     *  ``String`` | ``Ext.XTemplate`` HTML template, or Ext.XTemplate used 
     42     *  to display the measure. Optional. 
     43     */ 
     44      
    2945    /** private: method[constructor] 
    3046     */ 
  • extensions/geoext.ux/ux/Measure/lib/GeoExt.ux/MeasureLength.js

    r1945 r1950  
    2626 */ 
    2727GeoExt.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     */ 
    2839     
     40    /** api: config[template] 
     41     *  ``String`` | ``Ext.XTemplate`` HTML template, or Ext.XTemplate used 
     42     *  to display the measure. Optional. 
     43     */ 
     44      
    2945    /** private: method[constructor] 
    3046     */