Difference between revisions of "Dev : Extensions : Example Code"

From MozillaZine Knowledge Base
Jump to: navigation, search
(XUL)
m (prefs)
Line 8: Line 8:
 
==Javascript==
 
==Javascript==
 
===Commonly used techniques===
 
===Commonly used techniques===
*[http://xulplanet.com/ XulPlanet] has an [http://www.xulplanet.com/tutorials/xulqa/q_prefs.html article on preferences]
+
* [[Dev : Using preferences|Using preferences]]. For the basics, see also the [http://www.xulplanet.com/tutorials/xulqa/q_prefs.html article] on [http://xulplanet.com/ XulPlanet].
 
*How to log debug information to [[JavaScript Console]].
 
*How to log debug information to [[JavaScript Console]].
  

Revision as of 10:19, 21 February 2005

This page is part of the extension development documentation project.

Ask your questions in MozillaZine Forums. Also try browsing example code.

Note: development documentation is in process of being moved to Mozilla Development Center (MDC).

XUL

Javascript

Commonly used techniques

XPCOM

<tabbrowser> related

Other

Techniques