Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: JOCC InfoBox updated
Info
titleThis article only applies to the Classic JOC Interface

The Classic JOC user interface is entering retirement:

Display feature availability
EndingWithRelease1.11

The JOC Cockpit user interface replaces the Classic JOC interface:

Display feature availability
StartingFromRelease1.11

See the JOC Cockpit - Features Article as a starting point for links to articles about configuring the JOC Cockpit.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

...

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 

...