adds a new state to the history
Will be removed in Webix 7.0, use History.pushState() instead.
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 a page, the component, for which history a record is stored, will be called like:
$$(view).setValue(value);