Common Configuration
Language
Type: text
Default:en
A valid ISO Language Code. These codes are the lower-case two-letter codes as defined by ISO-639. You can find a list of currently supported languages and instructions how to download and install additional language packs at http://www.rcsoft.net/download/lang/.
[ top ]
fontFace
Type: font
Default:SansSerif
Available java fonts: Dialog, DialogInput, Monospaced, Serif, SansSerif, or Symbol.
[ top ]
windowWidth, windowHeight
Type: number
Default:not set
The overall dimensions of the applet main pop-up window ( in pixels ). By default the applet will resize it's main window according to the screen size.
[ top ]
windowResizable
Type: yes/no
Default:yes
Whether or not the user is able to resize the applet window.
[ top ]
border
Type: number
Default:5
The blank space left at each edge.
[ top ]
logoImage
Type: filename
Default:not set
The image to be displayed on top of the client applet. It can be either GIF or JPEG format.
[ top ]logoImage
file must reside inimages/
subdirectory of the applet install path, for example:
config file:logoImage = header.gif
the applet looks for:/home/username/public_html/chat/images/header.gif
logoImageAlignment
Type: left/center/right
Default:left
Logo image alignment.
[ top ]
hasLogoImage
Type: yes/no
Default:no
Whether or not to display a logo image.
[ top ]
onLoadURL
Type: URL
Default:not set
The URL to open after the client applet loads.
[ top ]URL
may be either a fully qualified URL e.g.http://www.jtan.com/proweb/index.html
or a file relative to the client applet install path.
onLoadURLTarget
Type: text
Default:_blank
The frame target to open
[ top ]onLoadURL
in. The default value "_blank" will open the URL in a new browser window.
onCloseURL
Type: URL
Default:not set
The URL to open after the client exits chat session.
[ top ]
onCloseURLTarget
Type: text
Default:_top
The frame target to open
[ top ]onCloseURL
in.
helpURL
Type: URL
Default:help.html
The URL to link the applet help button to.
[ top ]
offensiveWords
Type: comma separated list
Default:not set
RealChat Client applet supports realtime filtering of up to 50 predefined words. Each word from the list is replaced with '
[ top ]@#$!*
'.
iconSet
Type: filename
Default:iconset.gif
Alternative image set to load. See the Notes and HOWTOs section for details.
[ top ]
cookieSupportDisabled
Type: yes/no
Default:no
RealChat Client uses cookies to save/restore various data such as user preferences and profile. You can disable cookie support by setting this directive to
[ top ]yes
.
soundSupportDisabled
Type: yes/no
Default:no
In some cases you may want to disable sound support in order to decrease client load time. You can disable sound support by setting this directive to
[ top ]yes
.
disableIRC
Type: yes/no
Default:no
Enable/disable IRC commands like
[ top ]/who
and/join
.
embedded
Type: yes/no
Default:no
An option to run the applet within the current HTML page and not have it launch a new window.
[ top ]