This project has retired. For details please refer to its Attic page.
Apache Forrest htmlArea Plugin
Apache Forrest > Plugins > org.apache.forrest.plugin.output.htmlArea
 
Font size:      

Apache Forrest htmlArea Plugin

WYSIWYG Editing In Apache Forrest

This plugin provides WYSIWYG editing for the Apache Forrest appliction. It currently only works with HTML input files, but we hope to extend its range of supported file formats.

This plugin uses HTML Area for the editing widget.

Try it out

How do I allow users to edit my Pages?

If a request is recieved with an URL that contains "edit_htmlArea/" then an edit page is generated for the indicated page. For example:

@lt;a href="/edit_htmlArea/index.html"@gt;edit index</a>

will create an editor for the index.html page.