getStylesJSON();
The getStylesJSON method returns styles in the JSON format.
The method returns an array of objects in the JSON format.
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: