Articles on hmenu atagparams
TYPO3: XHTML Valid 3 Level Menu in Typoscript
Mar 29th
This is sort of a long snippet, but anyway it is an example of making a vertical 3 level menu, which expand and collapse according to the active and current chosen list-item / page. The menu made as nested unordered list, and further it is wrapped in a box made of divs, where the title More >
TYPO3: Making a simple menu as an unordered list in XHTML
Mar 23rd
This example how to make a menu as an unordered list, by enabling ACT (active) and CUR (current) it sets the <li> tags with attributes class=”active” and id=”current” respectively. The current page is wrapped in <span> and not linked. ## MainMenu [Begin] lib.mainMenu = HMENU lib.mainMenu.entryLevel = 0 lib.mainMenu.wrap = <ul>|</ul> lib.mainMenu.1 = More >





