Menuseparator
Introduction
Displays as a line between menuitems in a menupopop. Note that this tag is only supported in the case where it's a part of a menu, it is not supported for menulists.
Properties
none.
Methods
None.
Sample Usage
<menu label="Actions"> <menupopup> <menuitem id="process-run" acceltext="F9" accesskey="f9" label="Run" command="handler.run()" /> <menuseparator /> <menuitem id="process-stop" acceltext="F10" accesskey="f10" label="Stop" command="handler.stop()" /> </menupopup> </menu>