Moxi Media Inc.
<MAP-FRAME> Tree View | Discussion Forum
IMF Developer's Guide » Site Configuration » <MAP-FRAME>  

The <MAP-FRAME> element is used to specify options for the map frame when using the classic graphical user interface. It does not affect the script or the window size of the map frame.

Frequency Parent Elements (this element is valid within):
POS1 <SITE-CONFIG>
   

Attributes Description
pan-border An indicator of whether there are pan borders around the map frame. Valid values are "true" or "false". Optional, defaults to "false". If this is used, the other pan-border attributes should also be present.
pan-border-color The color of the pan border around the map frame, as a comma separated red, green, blue value with no spaces, example: "198,198,198". Optional, defaults to "198,198,198". If this is used, the other pan-border attributes should also be present.
pan-border-mouseover-color The color of the pan border around the map frame when the user moves the mouse over the pan border, as a comma separated red, green, blue value with no spaces, example: "51,102,153". Optional, defaults to "51,102,153". If this is used, the other pan-border attributes should also be present.
   

Frequency Description (in this context)
POS1 The <MAP-FRAME> element is optional, and may appear once in the <SITE-CONFIG> element in the specified sequence.
   

Example:

<MAP-FRAME pan-border="true" pan-border-color="102,153,204" pan-border-mouseover-color="51,102,153"/>

Valid HTML 4.01!