DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Rte

The rich text editor is based on TextLong and displays a WYSIWYG JavaScript editor. It is based on tinymce (http://www.tinymce.com/) and is set to use raw encoding (thus, it does not transform special characters (Umlaute, for instance) to HTML equivalents).

Settings are mostly the same as for TextLong (nColumns and nRows are applied whenever the RTE fails to load).

bProcessBackendRte

Boolean. Set this to true if you apply this handler to a field that contains data from the backend RTE. If set to true the data is RTE-processed before outputting it. This means that links are set correctly, tags are removed/changed if necessary, etc.