SetThemeId function

Syntax

SetThemeId(theme_ID)

Description

Use the SetThemeId function to set the theme ID for the page or component so that proper theme style sheets get loaded.

Important:

Use this function within fluid applications only.

Parameters

Parameter Description

theme_ID

Specifies the theme ID as a string value.

Returns

None.

Example

SetThemeId(DEFAULT_THEME_TANGERINE_ALT);