Fixing up ndocs for ZoomPanel.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9155 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-03-31 21:59:41 +00:00
parent 8ba31e4a91
commit deaa52477b
+5 -2
View File
@@ -11,18 +11,21 @@
/** /**
* Class: OpenLayers.Control.ZoomPanel * Class: OpenLayers.Control.ZoomPanel
* The ZoomPanel control is a compact collecton of 3 zoom controls - a * The ZoomPanel control is a compact collecton of 3 zoom controls: a
* <OpenLayers.Control.ZoomIn>, a <OpenLayers.Control.ZoomToMaxExtent>, and a * <OpenLayers.Control.ZoomIn>, a <OpenLayers.Control.ZoomToMaxExtent>, and a
* <OpenLayers.Control.ZoomOut>. By default it is drawn in the upper left * <OpenLayers.Control.ZoomOut>. By default it is drawn in the upper left
* corner of the map. * 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 * it to look nice in ie6, you should add the following, conditionally
* added css stylesheet to your HTML file: * added css stylesheet to your HTML file:
* *
* (code)
* <!--[if lte IE 6]> * <!--[if lte IE 6]>
* <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" /> * <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
* <![endif]--> * <![endif]-->
* (end)
* *
* Inherits from: * Inherits from:
* - <OpenLayers.Control.Panel> * - <OpenLayers.Control.Panel>