ScriptManager.loadStylesH

Syntax

PP.ScriptManager.loadStylesH(urls: Array, handler: String);

Parameters

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

handler. Handler URL.

Description

The loadStylesH method loads files containing CSS styles using a special handler.

Comments

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

Example

The method is under development.

See also:

ScriptManager