From MozillaZine Knowledge Base
(Difference between revisions)
Revision as of 18:38, 13 November 2004 Mozcerize (Talk | contribs)
<-- Previous diff |
Current revision Asqueella (Talk | contribs)
|
Line 1: |
Line 1: |
- | ==XUL== | + | :''This page has been moved to [[:Category:Example code]]. Please update your bookmarks.'' |
- | *[[Dev : Extensions : Example Code : Adding items to menus | Adding items to menus with overlays]] | + | |
- | *[[Dev : Extensions : Example Code : Apply button | Adding an Apply button to dialogs]] | + | |
| | | |
- | | + | [[Category:Obsolete]] |
- | ==Javascript== | + | |
- | ===Common=== | + | |
- | *[http://xulplanet.com/ XulPlanet] has an [http://www.xulplanet.com/tutorials/xulqa/q_prefs.html article] on preferences | + | |
- | *[[Dev : Extensions : Example Code : Printing to JSConsole | Printing debug information to JavaScript Console]] | + | |
- | *[[Dev : Extensions : Example Code : Using observers | Using observers for cross-window notifications]] | + | |
- | *[[Dev : Extensions : Example Code : File IO | File IO]] | + | |
- | | + | |
- | ===<browser> related=== | + | |
- | *[[Dev : Extensions : Example Code : Progress Listeners | Using progress listeners]] | + | |
- | *[[Dev : Extensions : Example Code : On Tab Load | Executing your code each time a page loads]] | + | |
- | *[[Dev : Extensions : Example Code : Enumerating tabbrowser tabs|Enumerating tabbrowser tabs]] | + | |
- | | + | |
- | ===Other=== | + | |
- | *[[Dev : Extensions : Example Code : Inserting text at cursor | Inserting text at cursor]] | + | |
- | | + | |
- | ===Techniques=== | + | |
- | * [[Differential Inheritance]] in JavaScript using <tt>__proto__</tt> | + | |
Current revision
- This page has been moved to Category:Example code. Please update your bookmarks.