[TYPO3-english] Newbie - Some doubts
    Giuseppe Luigi Punzi 
    glpunzi at lordzealon.com
       
    Sun Sep  4 20:20:44 CEST 2011
    
    
  
> There is one: Modern Template Building:
> http://typo3.org/documentation/document-
> library/tutorials/doc_tut_templselect/0.1.0/view/
> (The screenshots are very old, but the content still works today.)
I'm trying to follow it, but, I don't understand how to map de menu, for 
example. In the tutorial HTML is very simple and clearn, but HTML 
generated by Artisteer I think is a little more complex, and I can't get 
it "mapped"
I'm trying with:
temp.menu_1 = HMENU
   # First level menu-object, textual
temp.menu_1.1 = TMENU
temp.menu_1.1 {
     # Propiedades del estado Normal
   NO.allWrap = <a href="#"> | </a>
     # Enable active state and set properties:
   ACT = 1
   ACT.allWrap = <a href="#" class="active"> | </a>
}
This is correct?, taking into account menu in HTML is builded like:
<div class="art-nav"><!--###art-nav### begin -->
                 	<div class="l"><!--###l### begin --><!-- 
--><!--###l### end --></div>
                 	<div class="r"><!--###r### begin --><!-- 
--><!--###r### end --></div>
                 	<ul class="art-menu">
                 		<li>
                 			<a href="#" class="active"><span 
class="l"></span><span class="r"></span><span class="t">Home</span></a>
                 		</li>
                 		<li>
                 			<a href="#"><span class="l"></span><span 
class="r"></span><span class="t">Menu Item</span></a>
                 			<ul>
                 				<li><a href="#">Menu Subitem 1</a>
...
...
...
Regards.
    
    
More information about the TYPO3-english
mailing list