1) In v6.4 some methods, properties and events of the Tabbar API have been renamed. The new names bring more clarity and precisely describe the actual functionality.
Up to version 6.3 | From version 6.4 |
Methods | |
tabbar.removeCell() | tabbar.removeTab() |
tabbar.addCell() | tabbar.addTab() |
Events | |
tabbar.events.on("Close", function(){}) | tabbar.events.on("AfterClose", function(){}) |
Properties | |
closeButtons | closable |
activeView | activeTab |