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

Jacob Guldberg jacob at guldbergs.dk
Sat Sep 5 10:51:35 CEST 2009


Thank you for your reply.
I tried adding this:
lib.parseFunc_RTE.allowTags=b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,
strong,em,li,ul,ol,blockquote,span,h1,h2,h3,h4,h5,h6,lex

But still doesn´t work.
Any clue?

-----Oprindelig meddelelse-----
Fra: typo3-project-rte-bounces at lists.netfielders.de
[mailto:typo3-project-rte-bounces at lists.netfielders.de] På vegne af Tapio
Markula
Sendt: 5. september 2009 10:18
Til: typo3-project-rte at lists.netfielders.de
Emne: Re: [TYPO3-rte] Problem with (lex)tags in RTE

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.
_______________________________________________
TYPO3-project-rte mailing list
TYPO3-project-rte at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-rte



More information about the TYPO3-project-rte mailing list