The menu
element is a menu item
The command
element is a menu item
<menu type="popup">
<menu type="toolbar">
<menu>
: plain list
Three types of commands:
command
checkbox
radio
Three descriptions of commands:
label
title
icon
Use JavaScript responses to click events to handle the commands
<menu type="toolbar">
<command icon="/icons/wishlist.png">Add to Wishlist</command>
<command icon="/icons/cart.png">Add to Shopping cart</command>
<command icon="/icons/wallet.png">Buy It Now</command>
</menu>