[TYPO3-german] RTE Tabelle im flexiblen Seitenelement

Tobias Pierschel tobias.pierschel at vision-pool.de
Wed Jul 12 12:39:01 CEST 2006


lib.parseFunc_RTE < lib.parseFunc

das war der Fehler... wenn ich das auskommentiere funktionierts.. :-)

Tobias Pierschel schrieb:
> Hallo Liste,
> ich hab ein dickes Problem.
> In einem flexiblen Seitenelement gibts ein Feld mit dem RTE.
> Hier möchte ich nun eine Tabelle einfügen. Das klappt auch super aber im 
> Frontend kommt dann die Tabelle geqoutet raus??? Wie kann das sein???
> Sieht so aus als würden die <table> tags nicht erlaubt sein..
> Im TS habe ich folgendes stehen:
> 
> ###############################################
> ## Erlaubte Tags
> tt_content.text.20.parseFunc.allowTags = 
> b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,table,tr,td,th,tbody,class,style 
> 
> ###############################################
> 
> In der DS von TemplaVoila steht:
> <field_content type="array">
>     <tx_templavoila type="array">
>     <title>Content</title>
>     <description>Content</description>
>     <sample_data type="array">
>         <numIndex index="0">Content</numIndex>
>     </sample_data>
>     <eType>rte</eType>
>     <proc type="array">
>         <HSC type="integer">0</HSC>
>     </proc>
>     <TypoScript>
>         <![CDATA[ 10 = TEXT
>         10.current = 1
>         10.parseFunc = < lib.parseFunc_RTE ]]>
>     </TypoScript>
>     </tx_templavoila>
>     <TCEforms type="array">
>         <config type="array">
>         <type>text</type>
>         <cols>48</cols>
>         <rows>5</rows>
>         </config>         
> <defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras> 
> 
>     <label>Content</label>
>     </TCEforms>
> </field_content>
> 
> 
> Danke
>  T o b i



More information about the TYPO3-german mailing list