w2tabs.tabs

Array of tab objects.
Array, default = []
This array contains all the tab objects. A tab object has the following structure: You can defined them during object creation: Or any time during run-time: If you change this array you will need to call .refresh() method to update tabs on the screen. To change tabs dynamically, you can also use .add(), .insert(), .doInsert(), .remove(), .set() methods.

User Comments

comments powered by Disqus