Page tree

Versions Compared

Key

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

...

editor, languageresources, taskoverview, useroverview

Example:

runtimeOptions.helpUrl = "/help/{0}"

When pressing the help button in the taskoverview the following relative URL would be loaded:

/help/taskoverview

Help page localization

The current locale of the authenticated user can also be passed to the URL via the optional placeholder "{1}". This fragment is replaced with the current users locale.

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}"

Zf_acl_rules

Please only change these settings, if you really know, what you do.

...