theme.setTheme

Activates a specific theme.

Syntax

ui.Interface.frontCall("theme", "setTheme",
   [name], [])
  • name - The name of the theme to be activated.

Usage

The "setTheme" front call allows the application to change the GBC theme used to render the forms of the application.

The list of available themes can be retrieved with the themes.listThemes front call.

For a complete example of theme front call usage, see the themes.listThemes front call code example.