From 93d8fa3a9a19d2cd3f9a2953dcc7dee7c38b41d4 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 11 Nov 2008 12:12:15 +0000 Subject: [PATCH] Add more comments to NavToolbar. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8321 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/NavToolbar.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/OpenLayers/Control/NavToolbar.js b/lib/OpenLayers/Control/NavToolbar.js index 76f026e3f8..bc20bbe637 100644 --- a/lib/OpenLayers/Control/NavToolbar.js +++ b/lib/OpenLayers/Control/NavToolbar.js @@ -10,6 +10,14 @@ /** * Class: OpenLayers.Control.NavToolbar + * This Toolbar is an alternative to the Navigation control that displays + * the state of the control, and provides a UI for changing state to + * use the zoomBox via a Panel control. + * + * If you wish to change the properties of the Navigation control used + * in the NavToolbar, see: + * http://trac.openlayers.org/wiki/Toolbars#SubclassingNavToolbar + * * * Inherits from: * -