diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/toolbars/index.html')
| -rw-r--r-- | files/zh-cn/mozilla/tech/xul/toolbars/index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/toolbars/index.html b/files/zh-cn/mozilla/tech/xul/toolbars/index.html new file mode 100644 index 0000000000..b028d9cd69 --- /dev/null +++ b/files/zh-cn/mozilla/tech/xul/toolbars/index.html @@ -0,0 +1,65 @@ +--- +title: Toolbars +slug: Mozilla/Tech/XUL/Toolbars +tags: + - NeedsTranslation + - TopicStub +translation_of: Archive/Mozilla/XUL/Toolbars +--- +<p>Toolbars, implemented using the XUL <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> element, are containers for toolbar buttons and other user interface objects. The following articles provide details about implementing and working with toolbars.</p> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2> + <dl> + <dt><a href="/en-US/docs/XUL/School_tutorial/Adding_Toolbars_and_Toolbar_Buttons" title="XUL/School_tutorial/Adding Toolbars and Toolbar Buttons">XUL School: Adding Toolbars and Toolbar Buttons</a></dt> + <dd>A helpful tutorial to creating toolbars and toolbar buttons.</dd> + <dt><a href="/en-US/docs/XUL/Toolbars/Toolbar_customization_events" title="XUL/Toolbars/Toolbar customization events">Toolbar customization events</a></dt> + <dd>A look at the events that are sent during toolbar customization; you can use these to be kept aware of changes to toolbars.</dd> + <dt><a href="/en-US/docs/XUL/Toolbars/Creating_toolbar_buttons" title="XUL/Toolbars/Creating toolbar buttons">Creating toolbar buttons</a></dt> + <dd>How to use overlays to add toolbar buttons to Mozilla applications.</dd> + <dt><a href="/en-US/docs/XUL/Toolbars/Custom_toolbar_button" title="XUL/Toolbars/Custom toolbar button">Custom toolbar button</a></dt> + <dd>Another example of how to create a toolbar button, complete with a sample extension you can download and try.</dd> + <dt><a href="/en-US/docs/Code_snippets/Toolbar" title="Code snippets/Toolbar">Code snippets: Toolbar</a></dt> + <dd>Code snippets that are helpful when working with toolbars.</dd> + <dt></dt> + </dl> + <p><span class="alllinks"><a href="/en-US/docs/tag/Extensions" title="Tags:Toolbars">View all pages tagged with "Toolbars"...</a></span></p> + </td> + <td> + <h2 class="Community" id="Community" name="Community">Community</h2> + <ul> + <li>View Mozilla extension development forums... <ul> + <li><a href="https://lists.mozilla.org/listinfo/dev-extensions"> 邮件列表</a></li> + + + <li><a href="http://groups.google.com/group/mozilla.dev.extensions"> 新闻组</a></li> + <li><a href="http://groups.google.com/group/mozilla.dev.extensions/feeds"> Web feed</a></li> +</ul></li> + <li><a class="link-irc" href="irc://irc.mozilla.org/extdev">#extdev IRC channel</a></li> + <li><a href="http://forums.mozillazine.org/?c=11">MozillaZine forum</a></li> + <li><a href="/devnews/index.php/categories/about-addons" title="https://developer.mozilla.org/editor/fckeditor/core/editor/devnews/index.php/categories/about-addons/">about:addons newsletter</a></li> + <li><a href="/web-tech" title="https://developer.mozilla.org/editor/fckeditor/core/editor/web-tech/">Mozilla's Web-Tech blog</a></li> + <li><a href="http://mozdev.org/mailman/listinfo/project_owners">mozdev project owners</a></li> + <li><a href="http://planet.mozilla.org/" title="http://planet.mozilla.org/">Planet Mozilla</a></li> + <li><a href="/en-US/docs/Extensions/Community" title="Extensions/Community">Other community links...</a></li> + </ul> + <h2 class="Tools" id="Tools" name="Tools">Tools</h2> + <ul> + <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/6622" rel="external nofollow" title="https://addons.mozilla.org/en-US/firefox/addon/6622">DOM Inspector</a> edit the live DOM (Firefox and Thunderbird)</li> + <li><a class="link-https" href="https://builder.mozillalabs.com/" title="https://builder.mozillalabs.com/">Mozilla Labs Add-on Builder</a></li> + <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/7434/" rel="external nofollow" title="https://addons.mozilla.org/en-US/firefox/addon/7434/">Extension Developer's Extension</a> a suite of development tools</li> + <li><a href="http://www.gijsk.com/" rel="external nofollow" title="http://www.gijsk.com/">Chrome List</a> view files in chrome:// (<a href="http://addons.mozilla.org/en-US/firefox/addon/4453" rel="external nofollow" title="http://addons.mozilla.org/en-US/firefox/addon/4453">Firefox</a>, <a href="http://addons.mozilla.org/en-US/thunderbird/addon/4453" rel="external nofollow" title="http://addons.mozilla.org/en-US/thunderbird/addon/4453">Thunderbird</a>)</li> + <li><a href="http://ted.mielczarek.org/code/mozilla/extensionwiz/" rel="external nofollow" title="http://ted.mielczarek.org/code/mozilla/extensionwiz/">Extension Wizard</a> a web-based extension skeleton generator (Firefox and Thunderbird)</li> + </ul> + <p>... <a href="/en-US/docs/Setting_up_extension_development_environment#Development_extensions" title="Setting up extension development environment#Development extensions">more tools</a> ...</p> + + <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h2> + <ul> + <li><a href="/en-US/docs/XUL" title="XUL">XUL</a>, <a href="/en-US/docs/Themes" title="Themes">Themes</a>, <a href="/en-US/docs/Developer_Guide" title="Developing_Mozilla">Developing Mozilla</a></li> + </ul> + </td> + </tr> + </tbody> +</table> |
