Category:Example code: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
Line 18: Line 18:
*[[Using observers]] for cross-window notifications
*[[Using observers]] for cross-window notifications
*[[Running applications]]
*[[Running applications]]
*[[Dev : nsIFilePicker | Using file choosers]] (Open, Save, Select Directory dialogs)
*[[Dev : nsIFilePicker | Using file choosers]] (Open, Save, Select Directory dialogs)
*[[Dev : Extensions : Example Code : nsIPrompt | Using <code>nsIPromptService</code>]] (priviledged version of alert(), confirm(), prompt() plus their extended versions): [http://ihoss.not-a-blog.com/prompt.php some examples], [http://forums.mozillazine.org/viewtopic.php?t=236678 forum thread].
*[[nsIWindowMediator]] - enumerating existing windows.
*[[Prompt service]] (priviledged version of alert(), confirm(), prompt() plus their extended versions): [http://ihoss.not-a-blog.com/prompt.php some examples], [http://forums.mozillazine.org/viewtopic.php?t=236678 forum thread].
*[[Dev : Extending the Chrome Protocol]]
*[[Dev : Extending the Chrome Protocol]]



Revision as of 00:16, 28 April 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.