[TYPO3-german] Formulare nur als reines HTML angezeigt

Andreas Kiessling kiessling at pluspol.info
Tue Jun 26 00:15:43 CEST 2012


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