[TYPO3] How do I make a dropdown menu?
Tyler Kraft
headhunterxiii at yahoo.ca
Thu Mar 8 11:21:20 CET 2007
the javascript thats needed to submit the form and send elsewhere...
Brian Bendtsen wrote:
> Hi
>
> Im trying to make a dropdown menu.
>
> All I have so far is something I found when searching on the subject:
>
> #DropDown menu 1
> lib.dropdown1 = HMENU
> lib.dropdown1.entryLevel = 2
> # First level menu-object, textual
> lib.dropdown1.1 = TMENU
> lib.dropdown1.1 {
> # Normal state properties
> NO.allWrap = <option> | </option>
> NO.stdWrap.htmlSpecialChars = 1
> # Enable active state and set properties:
> ACT = 1
> ACT.allWrap = <option class="current" selected="selected"> | </option>
> ACT.stdWrap.htmlSpecialChars = 1
> wrap = <select> | </select>
> }
>
> The select is filled with the menu items, but fails to go to another
> page when I choose an option. What am I missing?
>
> /Brian Bendtsen
More information about the TYPO3-english
mailing list