nsIDOMXULLabeledControlElement

This interface is used as a basis for labeled control elements in XUL.
Inherits from: nsIDOMXULControlElement Last changed in Gecko 1.7

Attributes

Attribute Type Description
accessKey DOMString This should be set to a character that is used as a shortcut key. This should be one of the characters that appears in the label for the element. When the user presses the appropriate modifier and the access key, the element will be focused and/or activated from anywhere in the window. On non-Macintosh platforms, the character on the element's label matching the access key is underlined. Note: The access key is copied to any associated label element.
command DOMString This property reflects the element's command attribute.
crop DOMString This property reflects the element's crop attribute.
image DOMString This property reflects the element's image attribute.
label DOMString This property reflects the element's label attribute.