« XUL Reference home
command
Type: id
Set to the id of a command element that is being observed by the element.

Example

<command id="cmd_openhelp" oncommand="alert('Help');"/>
<button label="Help" command="cmd_openhelp"/>
<button label="More Help" command="cmd_openhelp"/>

See also

command element, oncommand and commandset