add new state to the history
view | string | id of related view |
url | string | in-page url for new state |
value | any | any related data |
webix.history.push("mytabs", "tabs/details" "details");
When refreshing page, the component for which history record stored will be called like
$$(view).setValue(value);
Back to top