Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
The Classic JOC user interface is entering retirement:
The JOC Cockpit user interface replaces the Classic JOC interface:
|
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
The custom.js of version 1.3.9 contains the following variables:
Cookie
...
Behavior
Possible values are true
and false
.
...
If this value is empty then no language files are included and English is used.
At this time the time of writing (December 2014) 'de'
(German), 'fr'
(French) and 'ru'
(Russian) are supported.
...
In the top menu you find an item terminte terminated with timeout. Here you set the timeout in seconds.
...
A new window will open to write the debug information. A popup pop-up blocker should allow this.
...
You can add arbitrary URLs to the popup pop-up menu of the Extras button in the form:
...
Code Block |
---|
_timezones[ 'display name' ] = 'timezone'; |
See here the supported time zones in JOC.
Example:
Code Block |
---|
_timezones[ 'my company in Berlin' ] = 'Europe/Berlin'; |
...
After completing Example 1 above, add the follwoing following to the custom.js datei file:
Code Block |
---|
_extra_urls['english'] = 'http://[scheduler_host]:[scheduler_port]/index.html'; _extra_urls['russian'] = 'http://[scheduler_host]:[scheduler_port]/index.html#ru'; _extra_urls['french'] = 'http://[scheduler_host]:[scheduler_port]/index.html#fr'; |
If you now call JOC, you will find links for selecting the language in the right top Extras menu.
FAQs
See also:See
...