【发布时间】:2011-03-02 13:14:51
【问题描述】:
我希望我的扩展程序作为 ff 菜单项“查看”下的菜单项。我不知道怎么称呼它。这将是“工具”的代码:
<menupopup id="menu_ToolsPopup">
<menuitem id="bs-hello" label="&bs.label;"
oncommand="bs.onMenuItemCommand(event);"/>
</menupopup>
我只需要更改 menupopup 的 id,但我不知道“View”的 id。谁能帮帮我?
【问题讨论】:
-
你试过
menu_ViewPopup吗?
标签: firefox-addon xul