[TYPO3-english]  rgaccordion current position
    Stephan de Bruin 
    stephan.de.bruin at dpdk.nl
       
    Thu Nov 13 11:59:03 CET 2008
    
    
  
Hello list,
I've got a question about the rgaccordion extension.
I would like to change the appearance of the menu-item which is 
currently active. In particular the main menu-items where the span is 
.empty.
I expect I have to edit my TS and/or the menu.js file, but I don't know 
what changes to make.
Any help will be appreciated.
My TS:
####################
# RGACCORDION MENU
####################
lib.sense_menu = HMENU
lib.sense_menu {
     entryLevel = 0
     1 = TMENU
     1 {
         wrap = <ul id="rgaccordmenu">|</ul>
         noBlur = 0
         expAll = 1
         NO = 1
         NO.wrapItemAndSub = <li>|</li>
         NO.linkWrap = <span class="empty">|</span>
         IFSUB <.NO
         IFSUB.linkWrap = <span class="toggle">|</span>
         IFSUB.doNotLinkIt = 1
         ACTIFSUB <.NO
         ACTIFSUB.linkWrap = <span class="open toggle">|</span>
     }
     2 < .1
     2 {
	wrap = <ul class="content">|</ul>
	NO.linkWrap >
	IFSUB.linkWrap = <span class="toggle2">|</span>
	ACTIFSUB.linkWrap = <span class="open toggle2">|</span>
     }
}
Greetings,
Stephan
    
    
More information about the TYPO3-english
mailing list