RTE (Rich Text Editor) extension
RTE is an extension of the TYPO3 system that is added to the TYPO3 package. RTE is a kind of WYSIWYG ("What You See Is What You Get") text editor. RTE provides similar functionality to rich text editors like OpenOffice Writer or Microsoft Office Word.
We can call extension rtehtmlarea as one of the important extensions in TYPO3. But this extension has some replacements, such as the following:
tinyRTE (tinyrte)—Rich Text Editor based on TinyMCE
tinymce_rte (tinymce_rte)—Rich Text Editor again based on TinyMCE, but this extension is more advanced and has a newer version. We can say that the general advantage of this text editor is there are more possibilities to manipulate tables that are created using this extension. You can include class, colors, borders, custom column widths, and do other manipulations with tables.
TYPO3 RTE provides functions such as formatting with bold, italic, underline, adding headers, paragraphs, line breaks, or adding images and...