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

JoH asenau info at cybercraft.de
Tue Jul 24 12:04:44 CEST 2007


> danke für Deinen Hinweis. Ich habe nun folgendes versucht:
>
> 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
> }
>
> Leider funktioniert es nicht. Über die Einstellung
>
> tt_content.textpic.maxW = 50
>
> bekomme ich Zugriff auf die Breite des Bildes. Der CASE wird
> allerdings nicht ausgeführt.
>
> Hast Du (oder jemand anderes) noch eine Idee dazu?
>
> Danke schon einmal für die Tipps.

Mach das vorher mal leer, damit die Werte aus dem Constant Editor
verschwinden:

tt_content.textpic.maxW >
tt_content.textpic.maxWInText >

Außerdem funzt CASE ein wenig anders, denn die Werte werden ebenfalls über
Content Objekte zugewiesen:

tt_content.textpic.maxW.cObject = CASE
tt_content.textpic.maxW.cObject {
    key.field = imageorient
    default = TEXT
    default.value = 200
    24 = TEXT
    24.value = 40
    25 < .24
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-german mailing list