[LINKS]
Added: 17. April 2006
In the
[LINKS] section of the
sitemenu.ini, you add the required links for your menu. Each link requires a set of 5 settings.
Below is a description of a linkset, which sets all the paramters for a single
link:
linkX = [Text for link]
linkXrollover = [Action for link rollover]
linkXrolloverdata = [Data for action]
linkXclick = [Action for link click]
linkXclickdata = [Data for action] |
An actual
example for a link:
link1 = www.imagevuex.com
link1rollover = tooltip
link1rolloverdata = Click here to visit <b>www.imagevuex.com</b>
link1click = _blank
link1clickdata = http://www.imagevuex.com |
To create
additional links/items, you must duplicate the 5 lines above and paste them below in your sitemenu.ini,
changing their number to link2*... link3* ... etc.
In the
example below, we have added 2 additional links:
|
link2 = About Us
link2rollover = tooltip
link2rolloverdata = Info about us, please <b>click here</b>
link2click = popup,457,330
link2clickdata = html/popuptemplate.html
link3 = Contact
link3rollover = tooltip
link3rolloverdata = <b>www.imagevuex.com</b><br>Demo Gallery
link3click = _self
link3clickdata = mailto:info@imagevuex.com |
You can apply various
actions to both the
rollover and click
events for a link. Please read about the settings for each link attribute: