Visit Mozilla.org

XUL:Attribute:command

出典: MDC

« XUL リファレンス HOME

command
型: 要素 id
要素に監視された command 要素の id をセットします。

[編集]

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

[編集] 参照

command 要素、 oncommand および commandset