Configuration
This section lists all options that alter the standard behaviour of WebYep.
General Options:
$webyep_sLang
Sets the language WebYep uses. If you're using the English version of WebYep, you do not need to change anything here.
Possible values: french , srpski , swedish , dutch , portuguese , polski
Default: auto
$webyep_sCharset (Support for special character sets)
You can set this configuration variable to the HTML character set you are using in your web pages.
Default: empty
If you want WebYep to use UTF-8, change the following configuration variable in your configuration file:
$webyep_sCharset = "utf-8";
Please note that setting an explicit encoding will also stop WebYep from converting special characters to HTML entities.
$webyep_sHTMLStandard
Set this to define which syntax WebYep should use when creating HTML tags.
Default: auto
Option |
Output |
HTML |
HTML 4.01 Strict |
XHTML |
XHTML 1.0 Strict
|
auto |
WebYep tries to detect the used syntax via the !DOCTYPE directive of the document |
$webyep_sProductName
If you optained a license with the white label option, you can change the product name
here (it will appear in the editor windows, the help and the notice windows).
Menu Options:
$webyep_sMenuType
Determines how the menu works. Possible values are: list (no JavaScript functionality) and
listJS (use JavaScript to show/hide menu trees).
Default: listJS
$webyep_bAutoCloseMenus
When expanding a menu tree, all other trees collapse automatically (true ) or remain as they
were (false ).
This option will be ignored if $webyep_sMenuType is set to "list".
Default: false
$webyep_bRememberOpenMenus
Expanded menu trees will be saved in a cookie (true ). Setting this to false will result in all trees but
the one the page belongs to being closed.
This option will be ignored if $webyep_sMenuType is set to "list".
Default: true
URL Options:
$webyep_bOpenFullURLsInNewWindow
Set to true of you want the Long Text, Menu and
Image Elements to open full URLs (including the http:// part) in a new browser window.
Default: false
To always open full URLs in a new window, change the following configuration variable in your configuration file:
$webyep_bOpenFullURLsInNewWindow = true;
Other Options:
$webyep_bDebug
Sometimes WebYep Support will ask you to activate WebYep's debug mode to solve a problem.
Default: false
To activate debug mode, change the following configuration variable in your configuration file:
$webyep_bDebug = true;
|