OpenLayers OpenLayers

Changeset 9155

Show
Ignore:
Timestamp:
03/31/09 16:59:41 (1 year ago)
Author:
tschaub
Message:

Fixing up ndocs for ZoomPanel.

Files:

Legend:

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

    r9038 r9155  
    1212/** 
    1313 * Class: OpenLayers.Control.ZoomPanel 
    14  * The ZoomPanel control is a compact collecton of 3 zoom controls - a  
     14 * The ZoomPanel control is a compact collecton of 3 zoom controls: a  
    1515 * <OpenLayers.Control.ZoomIn>, a <OpenLayers.Control.ZoomToMaxExtent>, and a 
    1616 * <OpenLayers.Control.ZoomOut>. By default it is drawn in the upper left  
    1717 * corner of the map. 
    1818 * 
    19  * Note: If you wish to use this class with the default images and you want  
     19 * Note:  
     20 * If you wish to use this class with the default images and you want  
    2021 *       it to look nice in ie6, you should add the following, conditionally 
    2122 *       added css stylesheet to your HTML file: 
    2223 *  
     24 * (code) 
    2325 * <!--[if lte IE 6]> 
    2426 *   <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" /> 
    2527 * <![endif]--> 
     28 * (end) 
    2629 *  
    2730 * Inherits from: