Rte htmlarea
From TYPO3Wiki
Contents |
Information about RTE (Rich Text Editor)
Installation
TSConfig
Configuration
Configure the shown buttons of the RTE in the page's TSConfig (e.g. root page of your site). Some examples:
The following TS Config has been tested with Typo3 4.5.0.
# do not convert <br> tags to paragraph <p> tags RTE.default.proc.dontConvBRtoParagraph=1
# disable right click in RTE (only for tt_content.bodytext field - e.g. for using the browsers context menu) RTE.config.tt_content.bodytext.disableRightClick=1
# enable only the wanted buttons in the RTE RTE.default.showButtons = left, justifyfull, center, right, link, bold, italic, strikethrough, superscript, outdent, indent, pastetoggle, orderedlist, unorderedlist, insertcharacter, removeformat, image, chMode