An individual element of a statusbar. This is a special type of button.
Attributes:
Attributes inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the statusbarpanel. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the statusbarpanel will be activated from anywhere in the window.
If the label of the statusbarpanel is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text.
Indicates the flexibility of the statusbarpanel. Flexible elements grow and shrink to fit their given space. The actual value is not relevant unless there are other flexible elements with-in the same container. Elements with larger flex values will grow more than elements with lower flex values, at the ratio determined by the two elements.
The height of the statusbarpanel in pixels. It is recommended to use the CSS height property instead.
Used to specify whether the children of the statusbarpanel element are oriented horizontally or vertically.
The URL of the image to appear on the statusbarpanel. If this is attribute is left out, no image appears.
The label that will appear on the statusbarpanel. If this is left out, no text appears.
The width of the statusbarpanel in pixels. It is recommended to use the CSS width property instead.
JavaScript Properties and Methods:
Properties and Methods inherited from XUL Element
Gets and sets the value of the accesskey attribute.
Gets and sets the value of the crop attribute.
Gets and sets the value of the disabled attribute.
Gets and sets the value of the imgalign attribute.
Gets and sets the value of the src attribute.
Gets and sets the value of the value attribute.