restores the specified state
state | object | the state object |
Available only in PRO Edition
webix.storage.local.put("state", webix.UIManager.getState("mylayout", true));
...
var state = webix.storage.local.get("state");
if (state)
webix.UIManager.setState(state);
The state object reflects UI configuration of the specified view.
The get/setState methods of the UIManager class is similar to the same-name methods from the DataState class.
The difference lies in the following: