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.
type
Type: one of the values below
The type of button. If this attribute is not present, a normal button is created. Leave the attribute out for a normal button.
checkbox
This type of button can be in two states. The user can click the button to switch between the states. This is not the same as a checkbox because it looks like a button.
menu
Set the type attribute to the value menu to create a button with a menu popup. Place a menupopup element inside the button in this case. The user may click anywhere on the button to open and close the menu.
menu-button
You can also use the value menu-button to create a button with a menu. Unlike the menu type, this type requires the user to press the arrow to open the menu, but a different command may be invoked when the main part of the button is pressed.
panel
Similar to the menu type, this opens a popup. Place a panel element inside the button. panel elements are popups that support any type of content.
radio
The button acts like a radio button. Only one button in the group can be on a once.
repeat
This button will fire its command event repeatedly while the mouse button is held down.

 

Document Tags and Contributors

 Contributors to this page: Sheppy, Tobias Schmidbauer, pippijn, Marsf, MarkFinkle, Mgjbot, Dria
 Last updated by: Sheppy,