The <tab-frame> element is used to specify the content of the
tab frame in an IMF application when it opens.
<tab-frame url="$FRAMEWORK/imfTabs.jsp" />
<tab-frame url="$FRAMEWORK/imfTabsBar.jsp" />
<tab-frame url="$FRAMEWORK/imfTabsBcgov.jsp" />
| Frequency |
Parent Elements (the <tab-frame> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <tab-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 tab frame when the application opens.
The URL can contain the special variable $FRAMEWORK 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 $FRAMEWORK are
resolved relative to the location of the XML file.
|
| |
|
|