Category:Example code: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
Line 4: Line 4:


==XUL==
==XUL==
*[[Creating toolbar buttons]]
* [http://developer.mozilla.org/en/docs/Creating_toolbar_buttons Creating toolbar buttons] (moved to Devmo)
*[[Adding items to menus]] using overlays (talks about browser's context menu too)
* [[Adding items to menus]] using overlays (talks about browser's context menu too)
*[[Creating dialogs | Creating dialog windows with XUL]]
* [[Creating dialogs | Creating dialog windows with XUL]]
*[http://developer.mozilla.org/en/docs/Dynamically_modifying_XUL-based_user_interface Dynamically modifying XUL-based user interface on Devmo]. Talks about using DOM API to add, move, and delete widgets from UI at runtime.
* [http://developer.mozilla.org/en/docs/Dynamically_modifying_XUL-based_user_interface Dynamically modifying XUL-based user interface on Devmo]. Talks about using DOM API to add, move, and delete widgets from UI at runtime.


==JavaScript==
==JavaScript==

Revision as of 12:32, 22 August 2005

Up to Development

Articles in this category demonstrate the code to do certain things in Mozilla-based products (at this moment, mostly for use in extensions).

XUL

JavaScript

Commonly used techniques

XPCOM

<tabbrowser> related

XML Technologies in Mozilla

Other

Techniques


The alphabetical list of all articles and subcategories in this category follows.