Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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.

Document Tags and Contributors

 Contributors to this page: Sheppy, Neil, trevorh
 Last updated by: Sheppy,