我正在尝试在 Thunderbird 中创建自己的自定义按钮。我正在尝试制作一个“另存为模板”独立按钮。我已经完成了 chrome 目录,但我无法弄清楚 button.js 文件中的命令是什么。任何帮助表示赞赏。
问问题
147 次
1 回答
1
You need to associate the command "cmd_saveAsTemplate" with your toolbar button.
For tasks like this one, I recommoned DOM Inspector which lets you dive into the a window's XUL structure.
于 2012-08-28T08:15:26.307 回答