Versions Compared

Key

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

...

Blueriq provides an API for interacting with a Blueriq session and obtaining page changes, see UI REST API (legacy) for documentation on all endpoints and their request/response bodies. This section describes the theming possibilities that may be used to let Blueriq serve a context-dependent page, configured according to the theme/language settings of e.g. shortcuts.

Noteinfo

In In essence, one can do with only the REST endpoints to interact with a Blueriq session. Doing so will no longer let Blueriq be in control of theme/language settings, so you would have to account for this yourself then.

Note

It is recommended to use the MVC UI instead of the older XSLT rendering. New functionality will be available in the MVC UI styling only. Using it with XSLT requires custom development.

...