Re: [TYPO3-german] TypoScript Frage - Bild in Formular einsetzen

2013-08-06 Diskussionsfäden JoH asenau

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

Re: [TYPO3-german] TypoScript Frage - Bild in Formular einsetzen

2013-08-06 Diskussionsfäden JCL - Johannes C. Laxander

Hi Joey,

Warum in die Ferne schweifen, wenn das Gute liegt so nah! ;-)
Soll hießen: ich habe einfach zu kompliziert gedacht!

COA klingt vernünftig und logisch...

Danke.

Johannes.

 -Ursprüngliche Nachricht-
 Von: typo3-german-boun...@lists.typo3.org 
 [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von 
 JoH asenau
 Gesendet: Dienstag, 6. August 2013 17:07
 An: typo3-german@lists.typo3.org
 Betreff: Re: [TYPO3-german] TypoScript Frage - Bild in 
 Formular einsetzen
 
 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
 

___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german