remember the currently open tab to show it after page refresh
view | string | ID of the switching control (tabbar, segmented) or tabview ID. |
url | string | hashbang url loaded after refresh. If not stated, the last opened tab URL is loaded. |
webix.history.track('tabbar');
Each time you click the tab to switch for another cell, a hashbang URL is generated on the base of cell ID (under http://current_url.html#!/cellID pattern) and memorized. You'll see them in the address bar of your browser.
Back to top