.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt 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.