setTheme()

The ruiLib.setTheme() system function sets the theme property of the Rich UI application. For an overview, see “Themes to use with your Rich UI application.”

Syntax

  ruiLib.setTheme("theme")
theme
One of the following values: Claro or Tundra, which are for any widget, or Nihilo or Soria, which are only for Dojo widgets. The default is “Claro.”

For a specified theme, you must import the associated CSS file. For details, see “Themes to use with your Rich UI application.”


Feedback