Mozilla XUL Element and Script Reference

Contents  Quick Reference

Autorepeatbutton

Used to create the arrow buttons on an arrowscrollbox.

Attributes:

Attributes inherited from XUL Element


autostretch

In the autorepeatbutton is placed inside a horizontally oriented box, autostretch determines whether the autorepeatbutton stretches vertically to fit the given space. For vertically oriented boxes, determines whether the autorepeatbutton stretches horizontally to fit the given space. Stetching in the opoosite direction is controlled with the flex attribute.

flex

Indicates the flexibility of the autorepeatbutton. 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.

height

The height of the autorepeatbutton in pixels. It is recommended to use the CSS height property instead.

src

The URL of the image to appear on the autorepeatbutton. If this is attribute is left out, no image appears.

width

The width of the autorepeatbutton in pixels. It is recommended to use the CSS width property instead.