[TYPO3-rte] Problem with (lex)tags in RTE

Tapio Markula tapio.markula at xetpoint.fi
Sat Sep 5 10:18:10 CEST 2009


Jacob Guldberg kirjoitti:
> Hello Peter
> 
> Yeah, my initial tought to. But it doesn´t work. I have put this in my TS
> setup:
> 
> lib.parseFunc_RTE.tags {
>   lex.stripNL = 0
>   lex = PHP_SCRIPT
>   lex.file = EXT:sg_glossary/prg/lexlink.inc
>       }
> 
> Doesn´t work.
you must add lex as allowed tags (if not in list of allowed tags you get 
<something>)

lib.parseFunc_RTE.allowTags=a, ..., lex

NOTE. in single row - seems that
allowTags(
)
doesn't work.


More information about the TYPO3-project-rte mailing list