[TYPO3-RTE] problems understanding configuration of htmlarea rte

Thomas Allmer at at delusionworld.com
Sat Nov 8 00:57:35 CET 2008



Simon Harhues wrote:
> 
> ...
>     removeTags = addToList(h1, h3, h4, h5, h6, b, i, div)
>     removeTagsAndContents = addToList(xml, table)
> ...
>     proc {
>       allowTags = a, blockquote, br, em, h2, p, strong
>       exitHTMLparser_db {
>         tags.b.remap = strong
>         tags.i.remap = em
> ...
> 

just 2 things I have noticed
addToList(...) also  needs :=
so it should be...
    removeTags := addToList(h1, h3, h4, h5, h6, b, i, div)
    removeTagsAndContents := addToList(xml, table)

and you have to activate the exitHTMLparser
 exitHTMLparser_db = 1
 exitHTMLparser_db {


I don't know if it helps you but this is the configuration of tinymce_rte
which should allow almost anything... maybe it gives a little hint...
http://forge.typo3.org/repositories/entry/extension-tinymce_rte/trunk/static/pageTSConfig.

-- 
View this message in context: http://n2.nabble.com/problems-understanding-configuration-of-htmlarea-rte-tp1472040p1472153.html
Sent from the TYPO3 project rte mailing list archive at Nabble.com.



More information about the TYPO3-project-rte mailing list