OpenLayers OpenLayers

Changeset 9156

Show
Ignore:
Timestamp:
03/31/09 22:05:30 (10 months ago)
Author:
tschaub
Message:

Various other ndoc tweaks for controls.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/GetFeature.js

    r9003 r9156  
    166166 
    167167    /** 
    168      * Constructor: <OpenLayers.Control.SelectFeature> 
     168     * Constructor: OpenLayers.Control.GetFeature 
     169     * Create a new control for fetching remote features. 
    169170     * 
    170171     * Parameters: 
  • trunk/openlayers/lib/OpenLayers/Control/PanPanel.js

    r9038 r9156  
    1010 * map. 
    1111 * 
    12  * Note: If you wish to use this class with the default images and you want  
     12 * Note:  
     13 * If you wish to use this class with the default images and you want  
    1314 *       it to look nice in ie6, you should add the following, conditionally 
    1415 *       added css stylesheet to your HTML file: 
    1516 *  
     17 * (code) 
    1618 * <!--[if lte IE 6]> 
    1719 *   <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" /> 
    1820 * <![endif]--> 
     21 * (end) 
    1922 * 
    2023 * Inherits from: 
  • trunk/openlayers/lib/OpenLayers/Control/Panel.js

    r8942 r9156  
    2424    /**  
    2525     * APIProperty: defaultControl 
    26      * <OpenLayers.Control> The control which is activated when the control is 
     26     * {<OpenLayers.Control>} The control which is activated when the control is 
    2727     * activated (turned on), which also happens at instantiation. 
    2828     */ 
  • trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js

    r9116 r9156  
    143143 
    144144    /** 
    145      * Constructor: <OpenLayers.Control.SelectFeature> 
     145     * Constructor: OpenLayers.Control.SelectFeature 
     146     * Create a new control for selecting features. 
    146147     * 
    147148     * Parameters: