[TYPO3-german] Maximale Bildbreite (maxW) in Abhdngigkeit der Bildposition (imageorient)

Marco Peemöller listen at goto-marco.de
Tue Jul 24 12:01:10 CEST 2007


Philipp Eckelmann schrieb:
>
> tt_content.textpic.maxW.cObject = CASE
> tt_content.textpic.maxW.cObject {
>     key.field = imageorient
>     default = 200
>     24 = 40
>     25 = 40
> }
>
> tt_content.textpic.maxWInText.cObject = CASE
> tt_content.textpic.maxWInText.cObject {
>     key.field = imageorient
>     default = 200
>     24 = 40
>     25 = 40
> }

Hast Du denn davor das cObject gesetzt? Also so:

tt_content.textpic.maxWInText = cObject
tt_content.textpic.maxWInText.cObject = CASE
tt_content.textpic.maxWInText.cObject {
    key.field = imageorient
    default = 200
    24 = 40
    25 = 40
}




More information about the TYPO3-german mailing list