The <TOOL-FRAME> element is used to specify the content of the
tool frame in an IMF application when it opens. The imfTools.jsp core
script is very highly integrated with the other IMF windows, and it
is very strongly recommended that this element not be used to replace
the URL with a different script.
The height of the toolbar is automatically calculated from the sizes of
the tools defined.
| Frequency |
Parent Elements (this element is valid within): |
|
POS1 |
<SITE-CONFIG> |
| |
|
|
|
Attributes |
Description |
|
url |
The URL of the document that should appear in the tool frame when the application opens.
The URL can contain the special variable $IMF to specify that the document is relative to the IMF installation directory.
Absolute URLs may also be used. URLs that don't start with http: or $IMF are
resolved relative to the location of the XML file.
|
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <TOOL-FRAME> element is optional, and may appear once
in the <SITE-CONFIG> element in the specified sequence. |
| |
|
|
Example:
<TOOL-FRAME url="$IMF/imfTools.jsp" />