RealChat Software 2.0

1.2.2. Configuration directives reference



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. exploreButtonIcon file must reside in images/ 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

[ top ]

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 ]



Contents | JTAN Members Area