----- Ursprüngliche Nachricht -----
Von:        Bastian Knappe <kna...@ve-k.de>
Gesendet:   Donnerstag, 26. August 2010 15:37:10
An:         TYPO3-german@lists.typo3.org
CC:
Betreff:    [TYPO3-german] Text abschneiden (crop)




Soweit klappt alles. Nun versuche ich den Text mit Hilfe von crop zu 
beschneiden, leider
ohne Erfolg.



Hallo Bastian,

voilá:


lib.m1c = CONTENT
lib.m1c {
        table = tt_content
        select {
                uidInList = 7
                #    orderBy = sorting
        }
        renderObj = COA
        renderObj {
                10 = TEXT
                10 {
                        field = bodytext
                        crop = 80 | ... | 1
                }
        }
}


Gruß,
David
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an