The <title-frame> element is used to specify the content and size of the
title frame in an IMF application when it opens.
| Frequency |
Parent Elements (the <title-frame> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <title-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 title 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. Required.
|
|
height |
The height of the data frame window, in pixels. Required.
|
|
border |
An indicator of whether there should be a border around the title frame window.
Valid values are "true" or "false". Optional, defaults to "false".
|
| |
|
|
Example:
<!-- A document in the same directory as the site configuration file. -->
<title-frame url="mytitle.html" height="75"/>
<!-- The BC Government A document in the same directory as the site configuration file. -->
<title-frame url="$IMF/imfTitleBcgov.jsp?title=iGOAT" height="44"/>