Frames.xsl
The frames.xsl file contains all the XSLT templates used to generate iNavigate elements specific to use in frames mode.
NOFRAMES_TagStart
HTML template for the start tag.
|
 |
NOFRAMES_Link
 |  |
 | Parameter | Description |
 |
 | url | url for the link |
 |
 | caption | caption text for the link |
 |
The HTML Link tag used in Frames mode for the Index File section..
|
 |
NOFRAMES_TagEnd
HTML template for the end tag.
|
 |
Reframe_Index
JavaScript template for Frames mode re-framing code in the Index file.
|
 |
BodyConfig_Start
 |  |
 | Parameter | Description |
 |
 | menuframe | the name of the frame containing the iNavigate menu |
 |
 | indexfile | the name of the HTML index file defining the top level frameset(s) |
 |
Start of JavaScript template for menu configuration code in the Body Frame.
|
 |
MatchQueryString_Frames
 |  |
 | Parameter | Description |
 |
 | menuframe | the name of the frame containing the iNavigate menu |
 |
 | property | the value of the property |
 |
JavaScript Frames mode template for the MatchQueryString property, set in the configuration section of a frame body page.
|
 |
PageSearch.page_Frames
 |  |
 | Parameter | Description |
 |
 | menuframe | the name of the frame containing the iNavigate menu |
 |
 | property | the value of the property |
 |
JavaScript Frames mode template for the PageSearch.page property, set in the configuration section of a frame body page.
|
 |
PageSearch.querystring_Frames
 |  |
 | Parameter | Description |
 |
 | menuframe | the name of the frame containing the iNavigate menu |
 |
 | property | the value of the property |
 |
JavaScript Frames mode template for the PageSearch.querystring property, set in the configuration section of a frame body page.
|
 |
BodyConfig_End
 |  |
 | Parameter | Description |
 |
 | menuframe | the name of the frame containing the iNavigate menu |
 |
End of JavaScript template for menu configuration code in the Body Frame.
|
 |