Firefox Extension Development Tutorial

Firefox Extension Development TutorialShort Description
JavaScript Tutorials and Reference: http://www.w3schools.com/js/default.asp. A great JavaScript Tutorial for the Total Non-Programmer: …

Website: www.rietta.com | Filesize: 10kb

Content
Firefox Extension Development
Tutorial
Table of contents
1 Overview……………………………………………………………………………………………………………2
2 JavaScript Basics………………………………………………………………………………………………….2
3 Working with the DOM……………………………………………………………………………………….. 3
4 Further Reading……………………………………………………………………………………………………4
Copyright . 2005 LCC 3401 Firefox Group All rights reserved.1. Overview
All of the guts of your extension will be written in JavaScript. If you already know
JavaScript than you are good to go! If you are new to JavaScript it is highly recommended
that you read through the next section and the supporting documentation to get used to the
syntax.
All of your JavaScript code files should go in the content directory of your extension. This is
where the XUL files go as well, so they will be able to easily reference the code. Just insert
the following line in an XUL file that needs to run functions from your files…


Comments

Leave a Reply