AddStyleSheet function

Syntax

AddStyleSheet(StyleSheet.STYLESHEET_NAME)

Description

Use the AddStyleSheet function to add a free form style sheet to the HTML document for the page or component.

Important:

Use this function within fluid applications only.

Parameters

Parameter Description

StyleSheet. STYLESHEET_NAME

Specifies the style sheet as a style sheet object stored in the database.

Returns

None.

Example

AddStyleSheet(StyleSheet.PTNUI_DOCK_CSS_R);
AddStyleSheet(StyleSheet.PTNUI_MODAL_CSS);