toJSON();
The toJSON method returns a JSON object with expander settings.
Executing the example requires a table with the expander created in description of the TabSheetExpander constructor. Get JSON object of the first expander:
// Get JSON object of expander json = expander2.toJSON(); console.log(json);
After executing the example the JSON object with expander settings is obtained.
See also: