[TYPO3-german] HTML Contentelement ausgeben
Paul Golmann
p.golmann at neonaut.de
Thu Nov 24 11:14:45 CET 2011
Hallo!
Ich habe ein Inhaltselement mit HTML. Diese beinhaltet eine recht
komplexe Navigation. Diese möchte ich ohne irgendwelche wrapper ausgeben.
typo3 4.5.7, TemplaVoila! (v1.5.5)
Mit Wrapper klappt es so:
lib.mainMenu = RECORDS
lib.mainMenu {
stdWrap.innerWrap >
tables = tt_content
source = tt_content_1640
}
Wenn ich es ohne versuche klappt es nicht:
lib.mainMenu = CONTENT
lib.mainMenu {
table = tt_content
select {
uidInList = 1640
selectFields = bodytext
max = 1
}
renderObj = COA
renderObj.10 = TEXT
renderObj.10 {
field = bodytext
}
}
Was mache ich falsch?
Danke
Paul Golmann
More information about the TYPO3-german
mailing list