|
| <TOOLSET> | Tree View | Discussion Forum |
| IMF Developer's Guide » Site Configuration » <TOOLSET> |
The <TOOLSET> element is used to define a set of tools and buttons for the toolbar over the map.
You may define multiple toolsets with different names. Each toolset can contain a different set of tools and a separate help document to describe the tools. To open a toolset other than default when the site is started, follow the following example:
<TOOL-FRAME url="$IMF/imfTools.jsp?toolset=mytools" />
To use the default toolset, the toolset argument above can be omitted, or called with the toolset named "default". To switch toolsets from a tool in the toolset, define a button as follows:
<BUTTON name="Standard Tools"
url="$IMF/imfTools.jsp?toolset=default"
target="toolFrame"
hint="Standard Tools"
status="Shows the standard tool set."
graphic="$IMF/tools/tools_close.gif"
width="16" height="16" />
|
|
|
|
Example:
<TOOLSET name="default" active="Zoom In" help="$IMF/imfHelp.jsp" />