The Explore Menu
These parameters allow you to configure a personalized menu with site-related shortcuts. There is an example in the Notes and Procedures section.
hasExploreMenu
Type: yes/no
Default:no
Whether or not to display the Explore menu.
[Top]
exploreMenuLabel
Type: text
Default:not set
Sets the text label for the Explore menu.
[Top]
exploreMenuItemNN
Type: formatted string
Default:not set
Specifies the definition of the Explore menu items in the form: Label|URL|FrameTarget. You can add up to fifty menu items here.
Example:
<param name="exploreMenuItem0" value="RealChat homepage|http://www.realchat.com/|_blank"> <param name="exploreMenuItem1" value="separator"> . .
Note: use 'separator
' as a menu item to add a separator line in the Explore menu. [Top]