An element that takes up space but does not display anything. It is usually used to place spacing with-in a container.
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 spring. 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 spring will be activated from anywhere in the window.
If the label of the spring 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.
If this attribute is set to true, the spring is disabled. This is usually drawn with the text in grey. If the spring is disabled, the function of the button cannot be performed. The value may also be set to false for a regular active button. If this attribute is left out entirely, the button is enabled.
Indicates the flexibility of the spring. 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 spring in pixels. It is recommended to use the CSS height property instead.
For elements placed within a bulletinboard, specifies the position of the left edge of the spring.
Used to specify whether the children of the spring element are oriented horizontally or vertically.
The URL of the image to appear on the spring. If this is attribute is left out, no image appears.
For elements placed within a bulletinboard, specifies the position of the top edge of the spring.
The label that will appear on the spring. If this is left out, no text appears.
The width of the spring in pixels. It is recommended to use the CSS width property instead.