Mozilla XUL Element and Script Reference

Contents  Quick Reference

Tabs

A row of tabs. A tabs element should be placed inside a tabbox and should contain tab elements.

Attributes:

Attributes inherited from XUL Element

Properties and Methods:

Properties and Methods inherited from XUL Element

advanceSelectedTab ( dir )

If the argument dir is set to 1, the currently selected tab changes to the next tab. If the argument dir is set to -1, the currently selected tab changes to the previous tab.

selectedTab

A reference to the currently selected tab, which will always be one of the tab elements in the tabs element. Assign a value to this property to modify the currently selected tab.