[TYPO3-german] Re: Bild in Menü in zweiter Ebene einbauen

JoH asenau info at cybercraft.de
Thu Dec 16 23:13:26 CET 2010


> Die Ansätze mit preCObject und stdWrap.cObject helfen mir irgendwie
> nich weiter da ich das Bild ja außerhalb des NO einbauen mss,

Sowas in der Art?

1 = TMENU
1 {
    NO {
        blah
        after.cObject = LOAD_REGISTER
        after.cObject {
            imagefile.field = media
            imagefile.listNum = 0
        }
        wrapItemAndSub = <li>|</li>
    }
    wrap = <ul>|</ul>
}
2 = TMENU
2 {
    NO {
        blah
    }
    stdWrap.append= IMAGE
    stdWrap.append {
      file.import.data = register:imagefile
    }
    stdWrap.outerWrap = <ul>|</ul>
}

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
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


More information about the TYPO3-german mailing list