Hallo zusammen :)

ich versuche gerade im FCE einen ALT-Tag als Attribut mit dem Element Preset
"None (TypoScript only)" zu mappen..

Kann aber dann im FCE-Typoscriptfeld nicht ein anderes Feld auslesen:

10 = TEXT 10.text.field = field_cat_name <<< funktioniert nicht!

..funktioniert so nicht.



in einem anderen FCE konnte ich aber schon so etwas machen:

10 = IMAGE
10 {
   altText.field = field_cat_name <<< funktioniert!
   file = GIFBUILDER
   file {
   XY = [10.w]+2,20
        backColor = #ffffff
        transparentColor = #ffffff
        transparentColor.closest = 1
        10 = TEXT
   10.text.field = field_cat_name <<< funktioniert!
   10.fontSize = 14
   10.fontFile = fileadmin/templates/fonts/HELVNLTB.TTF
   10.fontColor = #000000
   10.offset = 0,16
   10.niceText = 1
}


hat vielleicht jemand eine Idee warum das im ersten Fall nicht geht?

Danke im Voraus!

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

Antwort per Email an