Changeset 9156
- Timestamp:
- 03/31/09 17:05:30 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Control/GetFeature.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/PanPanel.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/Panel.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/GetFeature.js
r9003 r9156 166 166 167 167 /** 168 * Constructor: <OpenLayers.Control.SelectFeature> 168 * Constructor: OpenLayers.Control.GetFeature 169 * Create a new control for fetching remote features. 169 170 * 170 171 * Parameters: trunk/openlayers/lib/OpenLayers/Control/PanPanel.js
r9038 r9156 10 10 * map. 11 11 * 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 13 14 * it to look nice in ie6, you should add the following, conditionally 14 15 * added css stylesheet to your HTML file: 15 16 * 17 * (code) 16 18 * <!--[if lte IE 6]> 17 19 * <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" /> 18 20 * <![endif]--> 21 * (end) 19 22 * 20 23 * Inherits from: trunk/openlayers/lib/OpenLayers/Control/Panel.js
r8942 r9156 24 24 /** 25 25 * APIProperty: defaultControl 26 * <OpenLayers.Control>The control which is activated when the control is26 * {<OpenLayers.Control>} The control which is activated when the control is 27 27 * activated (turned on), which also happens at instantiation. 28 28 */ trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js
r9116 r9156 143 143 144 144 /** 145 * Constructor: <OpenLayers.Control.SelectFeature> 145 * Constructor: OpenLayers.Control.SelectFeature 146 * Create a new control for selecting features. 146 147 * 147 148 * Parameters:
