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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an