Various other ndoc tweaks for controls.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9156 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -165,7 +165,8 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
"beforefeatureselected", "hoverfeature", "outfeature"],
|
||||
|
||||
/**
|
||||
* Constructor: <OpenLayers.Control.SelectFeature>
|
||||
* Constructor: OpenLayers.Control.GetFeature
|
||||
* Create a new control for fetching remote features.
|
||||
*
|
||||
* Parameters:
|
||||
* options - {Object} A configuration object which at least has to contain
|
||||
|
||||
@@ -9,13 +9,16 @@
|
||||
* West in small steps. By default it is drawn in the top left corner of the
|
||||
* map.
|
||||
*
|
||||
* Note: If you wish to use this class with the default images and you want
|
||||
* Note:
|
||||
* If you wish to use this class with the default images and you want
|
||||
* it to look nice in ie6, you should add the following, conditionally
|
||||
* added css stylesheet to your HTML file:
|
||||
*
|
||||
* (code)
|
||||
* <!--[if lte IE 6]>
|
||||
* <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
|
||||
* <![endif]-->
|
||||
* (end)
|
||||
*
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Control.Panel>
|
||||
|
||||
@@ -23,7 +23,7 @@ OpenLayers.Control.Panel = OpenLayers.Class(OpenLayers.Control, {
|
||||
|
||||
/**
|
||||
* APIProperty: defaultControl
|
||||
* <OpenLayers.Control> The control which is activated when the control is
|
||||
* {<OpenLayers.Control>} The control which is activated when the control is
|
||||
* activated (turned on), which also happens at instantiation.
|
||||
*/
|
||||
defaultControl: null,
|
||||
|
||||
@@ -142,7 +142,8 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
handlers: null,
|
||||
|
||||
/**
|
||||
* Constructor: <OpenLayers.Control.SelectFeature>
|
||||
* Constructor: OpenLayers.Control.SelectFeature
|
||||
* Create a new control for selecting features.
|
||||
*
|
||||
* Parameters:
|
||||
* layers - {<OpenLayers.Layer.Vector>}, or an array of vector layers
|
||||
|
||||
Reference in New Issue
Block a user