ScriptManager.loadStyles

Syntax

PP.ScriptManager.loadStyles(urls: Array);

Parameters

urls. Array of URLs of the files containing CSS styles.

Description

The loadStyles method loads files containing CSS styles.

Comments

This method returns True if at least one style file has been loaded, and False, if no style file was loaded.

Example

The example of use is given in the with description of the ScriptManager.loadScript method.

See also:

ScriptManager