OpenLayers OpenLayers

Changeset 8011

Show
Ignore:
Timestamp:
09/12/08 13:15:55 (3 months ago)
Author:
tschaub
Message:

No functional change. Adding docs for list of default map controls.

Files:

Legend:

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

    r7889 r8011  
    168168    /** 
    169169     * Property: controls 
    170      * {Array(<OpenLayers.Control>)} List of controls associated with the map 
     170     * {Array(<OpenLayers.Control>)} List of controls associated with the map. 
     171     * 
     172     * If not provided in the map options at construction, the map will 
     173     *     be given the following controls by default: 
     174     *  - <OpenLayers.Control.Navigation> 
     175     *  - <OpenLayers.Control.PanZoom> 
     176     *  - <OpenLayers.Control.ArgParser> 
     177     *  - <OpenLayers.Control.Attribution> 
    171178     */ 
    172179    controls: null,