TabSheetModel.getStylesJSON

Syntax

getStylesJSON();

Description

The getStylesJSON method returns styles in the JSON format.

Comments

The method returns an array of objects in the JSON format.

Example

To execute the example, the HTML page must contain the TabSheet component named tabSheet (see Example of Creating the TabSheet Component). Get styles in the JSON format:

// Get table data model
var model = tabSheet.getModel();
// Get styles in the JSON format
model.getStylesJSON();

After executing the example styles in the JSON format are obtained.

See also:

TabSheetModel