[TYPO3-german] Formulare nur als reines HTML angezeigt

Harald Keller hkeller at einfallsreich.ch
Tue Jun 26 11:18:00 CEST 2012


Herzlichen Dank

habe nun aus:
<f:format.html parseFuncTSPath="lib.parseFunc">{content}</f:format.html>

...das gemacht:
<f:format.raw>{content}</f:format.raw>

Nun werde die Formulare korrekt angezeigt.

vielen herzlichen Dank
Harald


"Andreas Kiessling" <kiessling at pluspol.info> schrieb im Newsbeitrag 
news:mailman.1.1340662543.29799.typo3-german at lists.typo3.org...
> Hi,
>
>>             topNavi < lib.topNavi
>>             mainNavi < lib.mainNavi
>>             content_header < lib.content_header
>>             content < lib.content_mitte
>>             content_rechts < lib.content_rechts
>>             content_links < lib.content_links
>>             subNavi < lib.subNavi
>>         }
>>
>
>
> Binde mal deine libs mit dem entsprechenden ViewHelper ein
> <f:cObject typoscriptObjectPath="lib.someLibObject" />
>
> Dann sollte die Ausgabe auch nicht mehr von fluid durch htmlspecialchars
> geschickt werden.
>
> Oder du packst überall den format.raw Viewhelper (ab 4.7) drum herum:
> <f:format.raw>{string}</f:format.raw>
>
>
> HTH,
> Andreas 




More information about the TYPO3-german mailing list