w2tabs.tabs

Array of tab objects.
Array, default = []
This array contains all the tab objects. A tab object has the structure defined in .tab_template()
You can defined tabs 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(), .remove(), .set() methods.

User Comments

comments powered by Disqus