RTE HTMLarea

3.11. FAQ: How do I configure the RTE to keep my custom tag?

Add the following lines to your Page TSConfig:

  RTE.default.proc.allowTags = list-of-allowed-tags
  RTE.default.proc.HTMLparser_rte.tags.mycustomtag.protect =1

where

list-of-allowed-tags is the list of all allowed tags, including your custom tag, and

mycustomtag is the name of your tag.

To top


Valid XHTML 1.0!