Difference between revisions of "Command Element"
Jump to navigation
Jump to search
(Created page with "<html> <menu> <command type="command" label="Open" onclick="open()">Open</command> </menu> </html> Category:Elements") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | Below is a command menu bar. | ||
<menu> | <menu> | ||
<command type="command" label="Open" onclick="open()">Open</command> | <command type="command" label="Open" onclick="open()">Open</command> | ||
+ | <command type="command" label="Close" onclick="close()">Close</command> | ||
</menu> | </menu> | ||
</html> | </html> | ||
[[Category:Elements]] | [[Category:Elements]] |
Revision as of 13:02, 27 March 2014
Below is a command menu bar.