Moxi Media Inc.
<tool-frame> Discussion Forum
IMF Developer's Guide » Site Configuration » <tool-frame>  

The <tool-frame> element is used to specify the content and height of the tool frame in an IMF application when it opens.

Frequency Parent Elements (the <tool-frame> element is valid within):
POS1 <site-config>
   

Frequency Description (in this context)
POS1 The <tool-frame> element may appear once in the <site-config> element in the specified sequence.
   

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 or $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 or $IMF are resolved relative to the location of the XML file.
height Usually, the height of the tool frame is set automatically according to the height of the highest tool in the toolsets. This attribute is used to set the height of the tool frame to the specified height, in pixels. Note that if the specified height is smaller than the height of the largest tool, the largest tool's height will be used instead, so only use this setting to set the tool frame larger than what would be automatically calculated. Optional, the height will be calculated automatically if this attribute is not used.
border The width of the border around the data frame window, in pixels. Valid values are "true" or "false". Optional, defaults to "false".
   

Example:

<tool-frame url="$IMF/imfTools.jsp"/>
<tool-frame url="$IMF/imfTools.jsp" height="30"/>
<tool-frame url="$IMF/imfTools.jsp?toolset=foo"/>

Valid HTML 4.01!