Behälter für einzelne Reiter. Ein tabs
-Element kann innerhalb einer tabbox
benutzt werden und nimmt selbst tab
-Elemente auf.
Mehr Information im XUL Tutorial.
- Attribute
- closebutton, disableclose, disabled, onclosetab, onnewtab, onselect, setfocus, tabbox, tabindex, tooltiptextnew, value,
- Eigenschaften
- accessibleType, disabled, itemCount, selectedIndex, selectedItem, tabIndex, value,
Beispiele
(Beispiel benötigt)
Attribute
-
disableclose
- Type: boolean
- If this attribute is
true
the close button will be disabled.
disabled
- Typ: boolean
- Kennzeichnet, ob ein Element deaktiviert ist oder nicht. Wenn das Element auf
true
gesetzt ist, ist das Element deaktiviert. Deaktivierte Elemente sind gewöhnlich mit einem grauen Text dargestellt. Wenn ein Element deaktiviert ist, wird es auf Anwenderaktionen nicht reagieren, es kann den Fokus nicht erlangen und dascommand
Ereignis wird nicht ausgelöst. Das Element wird allerdings noch auf Mausereignisse antworten. Um das Element zu aktivieren, ist es besser das Attribut zu entfernen als es auf den Wertfalse
zu setzen. Um den Wert dieses Attributs mittels JavaScript zu setzen oder abzurufen, sollte besser diedisabled
Eigenschaft verwendet werden.
-
onclosetab
- Type: script code
- This script will be called when the close tab button is clicked.
-
onnewtab
- Not in Firefox
- Type: script code
- This script will be called when the new tab button is clicked.
-
tabindex
- Type: integer
- The tab order of the element. The tab order is the order in which the focus is moved when the user presses the "
tab
" key. Elements with a highertabindex
are later in the tab sequence.
-
tooltiptextnew
- Not in Firefox
- Type: string
- Used to set the text which appears in the tooltip when the user moves the mouse over the new button in the tab row.
Eigenschaften
Methoden
Verwandte Themen
- Elemente
tabbox
,tab
,tabpanels
,tabpanel
.- Schnittstellen
- nsIAccessibleProvider, nsIDOMXULSelectControlElement