[TYPO3-german] Text abschneiden (crop)

David Bruchmann david at bruchmann-web.de
Thu Aug 26 16:07:17 CEST 2010



----- Ursprüngliche Nachricht -----
Von:        Bastian Knappe <knappe at ve-k.de>
Gesendet:   Donnerstag, 26. August 2010 15:37:10
An:         TYPO3-german at 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


More information about the TYPO3-german mailing list