[TYPO3-german] Typoscript Marker in Wrap einfügen

JoH asenau info at cybercraft.de
Mon Sep 30 18:13:55 CEST 2013


Am 30.09.2013 17:44, schrieb Max Muab:
> Hallo Jo und Stefan,
>
> vielen Dank erst mal für die Antworten!
> Ich gebe zu, dass sich mir TypoScript bis jetzt nicht richtig
> erschlossen hat,
> deshalb bin ich nicht in der Lage, eure Codes bei mir einzufügen... :/
>
> Der TypoScript Code meiner Navigation (aufs wichtige reduziert) ist so:
>
> NAVIGATION = HMENU
>     NAVIGATION {
>     entryLevel = 0
>       1 = TMENU
>       1.wrap = <ul id="nav">|<li class="navtoggle" id="auf"><a
> id="navtogglea" onClick="navtoggle();" style="cursor:pointer;"><img
> id="navbutton" src="fileadmin/design/css/arrow-down.png" alt=""
> /></a></li><li id="navsuche">Hier soll das Inhaltselement ID 85
> rein</li></ul>
>
>     }

NAVIGATION = COA
NAVIGATION {
   10 = HMENU
   10 {
     entryLevel = 0
     1 = TMENU
     1 {
       # hier der Rest mit NO und so
     }
   }
   20 = RECORDS
   20 {
     tables = tt_content
     source = 85
     wrap = <li id="navsuche">|</li>
   }
   wrap = <ul id="nav">|<li class="navtoggle" id="auf"><a 
id="navtogglea" onClick="navtoggle();" style="cursor:pointer;"><img 
id="navbutton" src="fileadmin/design/css/arrow-down.png" alt="" 
/></a></li></ul>
}

HDH

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