An individual item in a richlistbox
.
(example needed)
disabled
command
event will not fire. In the case of form elements, it will not be submitted. Do not set the attribute to true
, as this will suggest you can set it to false
to enable the element again, which is not the case.
disabled
attribute is allowed only for form controls. Using it with an anchor tag (an <a>
link) will have no effect.disabled
property which, except for menus and menuitems, is normally preferred to use of the attribute, as it may need to update additional state.searchlabel
selected
selectedIndex
or selectedItem
property of the containing element.tabindex
tab
" key. Elements with a higher tabindex
are later in the tab sequence.value
menulist
elements, the contents, as visible to the user, are read and set using the Menulist.value syntax. For those elements, setAttribute("value", myValue) and getAttribute("value") do not access or affect the contents displayed to the user.
accessible
nsIAccessible
searchLabel
searchlabel
attribute.selected
true
if this element is selected, or false
if it is not. This property is read only. This property is available for menuitem
and menuseparator
elements in Firefox 3.value
value
attribute. For textbox
and user editable menulist
elements, the contents, as visible to the user, are read and set using the Textbox.value
and Menulist.value syntax.
nsIAccessibleProvider
, nsIDOMXULSelectControlItemElement