The Explore Button
These parameters allow you to configure personalized Explore button and pop-up menu with site-related shotrcuts. There is an example in the Notes and HOWTOs section.
hasExploreButton
Type: yes/no
Default:no
Whether or not to display the Explore button.
[ top ]
exploreButtonIcon
Type: filename
Default:not set
The icon image for the Explore button. It can be either GIF or JPEG format, suggested size 16x16 pix.
[ top ]exploreButtonIcon
file must reside inimages/
subdirectory of the applet install path, for example:
config file:exploreButtonIcon = explore.gif
the applet looks for:/home/username/public_html/chat/images/explore.gif
exploreButtonLabel
Type: text
Default:not set
The text label for the Explore button.
[ top ]
exploreButtonToolTip
Type: text
Default:not set
The tool-tip text for the Explore button.
[ top ]
exploreMenuItemNN
Type: formatted string
Default:not set
Definition of the explore menu items in the form: Label|URL|FrameTarget. You can add up to 50 menu items here.
Example:
<param name="exploreMenuItem0" value="JTAN homepage|http://www.jtan.com/|_blank"> <param name="exploreMenuItem1" value="separator"> . .
Note: use 'separator
' as a menu item to add a separator line in the explore menu. [ top ]