Moxi Media Inc.
<TITLE-FRAME> Tree View | Discussion Forum

IMF Developer's Guide » Site Configuration » <TITLE-FRAME>  

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 (this element is valid within):
PRS1 <SITE-CONFIG>
   

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.
   

Frequency Description (in this context)
PRS1 The <TITLE-FRAME> is required once in the <SITE-CONFIG> element in the specified sequence.
   

Example:

<TITLE-FRAME url="mytitle.html" height="40" />