View the latest version of these documents: http://mozile.mozdev.org/0.7/docs/index.html
Welcome to Mozile, the WYSIWYG XHTML editor for Mozilla! This document includes information for using and developing Mozile. It is a work in progress, and we welcome suggestions and contributions.
The most basic way to configure a mozileEditor object is to set it's mode. Modes are preset packages of options, configured for the most common uses of Mozile.
textonly
In this mode Mozile will only allow the user to add and remove text. No tags can be added, and no attributes can be changed. The Mozile toolbar won't be shown, but when the user clicks in an editable area the cursor will appear. It's important for web designers to style the editor in a distinctive way so the user can tell that the area is editable.
Setting mode=textonly
is equivalent to setting mes=textonly, multiline=false, toolbar=none
.
basic
In basic mode the user will only have the option to add simple formatting tags, like bold, italic, and underline.
Setting mode=basic
is equivalent to setting mes=basic, multiline=false
.
standard
This mode includes full XHTML editing
Setting mode=standard
is equivalent to setting mes=standard, multiline=true
.
There are many options that can be used to customize the behaviour of the mozileEditor object. Items marked with a * require the Mozile Extension.
Mozile Editor OptionsJames A. Overton - http://mozile.mozdev.org - 2005-03-23