Saving Application State

There exist different ways to save the state of the application and its components after page refresh.

  • UIManager offers a possibility to save and restore the state of the whole Webix application. Get details.

  • Webix DataState module makes it possible to save state of any separate component. Get details.

  • Window.history helps to manipulate the browser session history (pages visited in the tab or frame that the current page is loaded in). Get details.

The first and the second methods are available in Webix Pro edition only.

Back to top