Mozile adds what-you-see-is-what-you-get (WYSIWYG) editing to your web pages. Here are some links to help you find your way around Mozile 0.8:
Demonstrations
Documentation
Other Resources
Testing
Mozile has a comprehensive test suite which uses JsUnit.
Source Code
You are welcome to Browse the code in CVS. Here are some notes on the Mozile 0.8 source tree:
- src - Core source code
- core.js - Core functionality
- dom.js - DOM functions
- dom - Additional DOM functions
- edit.js - Core editing functionality
- edit - Additional editing tools
- InsertionPoint.js - Controls the position of the cursor in the document
- rich.js - Mark-up editing commands for rich editing
- event.js - Tools for handling events
- gui.js - Support for Graphical User Interfaces
- gui - Specific GUI tools
- mozile.js - Use this file to load Mozile
- rng.js - RelaxNG classes
- util.js - Utility functions
- xml.js - Functions for manipulating XML
- xpath.js - Tools for using XPath
- demos - Demonstrations
- doc - Documentation
- index.html - Documentation index page
- docbook - General documentation in DocBook format
- jsdoc - API documentation
- xhtml - XHTML version of DocBook documentation
- lib - Library
- tests - Testing tools