Mozile Demonstrations

The following files are included with the Mozile extension to show what Mozile can do and serve as examples of usage.

Mozile Basics

Mozile Test 1 shows how to use CSS to configure Mozile for editing. CSS is the preferred method for designating tags as editable.

Mozile Test 2 shows how to use Mozile by setting the contentEdiatble attribute for a tag.

Mozile Test 3 combines the CSS method and uses and RSD file, by means of an external CSS stylesheet. For all but the simplest pages, this will be the best approach.

Mozile RSD

Mozile RSD Test shows how to configure Mozile using an RSD file. This is useful for web page designers because it allows you to configure the editing and saving behaviours that Mozile uses on a page.

Mozile HTTP POST

Mozile is capable of saving pages to a server using the HTTP POST method. The php/ directory contains sample and testing code. The pages will require a server with PHP support to work properly. See the documentation at PostSave02.htm for more details. These files were developed by Max d'Ayala.

See mozileDocs.xml for more information.