Moxi Media Inc.
<TAB-FRAME> Tree View | Discussion Forum
IMF Developer's Guide » Site Configuration » <TAB-FRAME>  

The <TAB-FRAME> element is used to specify the content of the tool frame in an IMF application when it opens. There are three core IMF scripts used for tabs; imfTabs.jsp, imfTabsBar.jsp or imfTabsBcgov.jsp. The height of the tab bar is automatically calculated from the sizes of tabs defined.

If the imfTabs.jsp script is used, the tabs are rounded and separated using the decoration elements in the <TABS> element.

The background color of the imfTabsBar.jsp document can be set by specifying a color using a color argument. See example below.

Frequency Parent Elements (this element is valid within):
PRS1 <SITE-CONFIG>
   

Attributes Description
url The URL of the document that should appear in the tab 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)
PRS1 The <TAB-FRAME> element is required once in the <SITE-CONFIG> element in the specified sequence.
   

Examples:

<TAB-FRAME url="$IMF/imfTabs.jsp" />

<TAB-FRAME url="$IMF/imfTabsBar.jsp?color=336699" />

<TAB-FRAME url="$IMF/imfTabsBcgov.jsp" />

Valid HTML 4.01!