The <SPACE-DECORATION> element is used specify the graphic
used between the tabs in the tabs generated by imfTabs.jsp.
This element is not used by the other tab scripts.
| Frequency |
Parent Elements (this element is valid within): |
|
PO1 |
<TABS> |
| |
|
|
|
Attributes |
Description |
|
graphic |
The URL of the graphic used to decorate the left side of the tabs.
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.
|
|
width |
The width of the decoration graphic. Required.
|
|
height |
The height of the decoration graphic. Required.
|
| |
|
|
| Frequency |
Description (in this context) |
|
PO1 |
The <SPACE-DECORATION> element is optional (used only for the imfTabs.jsp script),
and (if used) may appear only once within the <TABS> element. |
| |
|
|
Example:
<TABS>
<LEFT-DECORATION graphic="$IMF/tabs/22/ltblue/left11x22.gif" width="11" height="22" />
<RIGHT-DECORATION graphic="$IMF/tabs/22/ltblue/right10x22.gif" width="10" height="22" />
<SPACE-DECORATION graphic="$IMF/tabs/22/ltblue/spacer2x22.gif" width="2" height="22" />
<TAB name="Layers"
url="$IMF/imfLayers.jsp"
target="dataFrame"
hint="Set Layers"
status="Set which layers display, and choose an identify layer."
graphic="$IMF/tabs/22/ltblue/en/layers51x22.gif"
width="51" height="22" />
</TABS>