Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default configuration in translate5 looks like the following:

Table viewZf_configuration namevalue
CustomersruntimeOptions.frontend.defaultState.helpWindow.customeroverview{"doNotShowAgain":false,"url":""}
Task overviewruntimeOptions.frontend.defaultState.helpWindow.taskoverview{"doNotShowAgain":false,"url":""}
User administrationruntimeOptions.frontend.defaultState.helpWindow.useroverview{"doNotShowAgain":false,"url":""}
EditorruntimeOptions.frontend.defaultState.helpWindow.editor{"doNotShowAgain":false,"url":""}
Language resourcesruntimeOptions.frontend.defaultState.helpWindow.languageresource{"doNotShowAgain":false,"url":""}

Define "automatic show"-behaviour of the help page with the "doNotShowAgain" config option

...

Also the whole URL can point to a completely different web page:

Example:

runtimeOptions.helpUrl = "http://www.example.com/translate5-help/?section={0}&language={1}"

Pass section by parameter

...