RealChat Software 2.0

1.2.2. Configuration directives reference



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

[ top ]

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. 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.

[ top ]

onLoadURLTarget

Type: text
Default: _blank

The frame target to open onLoadURL in. The default value "_blank" will open the URL in a new browser window.

[ top ]

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 onCloseURL in.

[ top ]

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 yes.

[ top ]

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 yes.

[ top ]

disableIRC

Type: yes/no
Default: no

Enable/disable IRC commands like /who and /join.

[ top ]

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 ]



Contents | JTAN Members Area