JSDoc Documentation

Summary

No summary generated for these documents.


File Summary
CopyCutPaste.js Allows Mozile to do some basic Copy&Paste operations. Requires above-normal privileges and will not work in server-seide version without setting the pref "signed.applets.codebase_principal_support" to "true" using the "about:config" GUI in Firefox. Doing this has serious security implications and should only be done in a controlled environment.
core.js This file defines the Mozile object, which contains most of Mozile's methods and properties. It defines the core of the Mozile editing code and methods for loading scripts, links, and modules. Mozile can be used as a basic editor with only this file. Additional tools and interface elements are defined in "core/interface.js".
core.xml No overview generated
HTTPPost.js This module is used to save documents via HTTP POST.
interface.css This file defines the basic CSS style rules for the MozileEditor. These rules are meant only to make the Mozile widgets and dialogs functional, and other rules will be needed to make it look pretty.
interface.js No overview generated
interface.xml This file describes the Mozile editor widget and toolbar widget in Mozilla's XBL and XUL languages.
LocalFile.js This module is used for saving to the local file system.
mozile.js This file is used to configure and load Mozile. Mozile is a collection of JavaScripts which allow inline editing of XHTML/XML documents in Mozilla browsers. See the "INSTRUCTIONS" section below for more details on configuring this file. Project Homepage: http://mozile.mozdev.org For details on configuration, see: http://mozile.mozdev.org/docs/mozileDocs.html
savemsg.js No overview generated
TestModule1.js A simple module which is used only for testing.
TestModule2.js A simple module used only for testing purposes.
UndoRedo.js Allows Mozile to store a stack of past document states, and restore them on command.
XHTMLBasic.js The XHTMLBasic modules includes commands derived from the MozileCommand object which allow for editing of HTML and XHTML documents. ALso included is a revision of the Mozile.initializeToolbar() function, which creates a number of commands commonly used in XHTML editing. This module does not include support for validation of XHTML documents. Instead it makes some assumptions about XHTML, which lead to a more light-weight implementation. Elements are distinguished into block and non-block (inline) elements, based on their CSS "display" property. Most commands function differently on blocks than they do on inline elements. While the distinction could allow the creation of invalid XHTML documents, in most cases the commands will preserve the validity of the XHTML. Module options: - semantic=[true|false] Default is "true". When this option is set to "true", "strong" and "em" will be used for the bold and italic commands. When it is false, "b" and "i" will be used instead.


Documentation generated by JSDoc on Wed Oct 19 19:25:33 2005