« XUL Reference home
type
Type: string
The type of button. If this attribute is not present, a normal button is created. You can set this attribute to the value menu to create a button with a menu popup. This will typically cause the button to be displayed differently.
Examples:
type value <toolbarbutton >
  Toolbarbutton without a type attribute
menu Toolbarbutton with type attribute equals "menu"
menu-button Toolbarbutton with type attribute equals "menu-button"
checkbox Toolbarbutton with type attribute equals "checkbox"
radio Toolbarbutton with type attribute equals "radio"

See also