[TYPO3-german] TypoScript Frage - Bild in Formular einsetzen
JoH asenau
info at cybercraft.de
Tue Aug 6 17:07:00 CEST 2013
Am 06.08.2013 14:44, schrieb JCL - Johannes C. Laxander:
>
> Hallo,
>
> ich erstelle mit Hilfe eines lib-Objekts ein Formular und möchte darin vor bzw. nach den Formularfeldern einen Erklärungstext und ein Bild einbinden. Wie mache ich das???
>
> lib.ceForm = FORM
> lib.ceForm {
> ...
> <img ... /> <--- hier soll ein Bild eingefügt werden
> dataArray {
> 10.label = Gebiet:
> 10.type = gebiet=input
> 10.vlaue = [Gebiet eingeben]
> ...
> }
> < ... text... > <-- hier soll der Erklärungstext stehen
> }
Klingt für mich nach COA :-)
lib.ceForm = COA
lib.ceForm {
10 = IMAGE
10 {
...
}
20 = FORM
20 {
...
}
30 = TEXT
30 {
...
}
}
HDH
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
More information about the TYPO3-german
mailing list