TYPO3: Making a simple menu as an unordered list in XHTML
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.
The above example can be extended using field:title and field:subtitle, if a specific id for styling is needed or if some information should be placed as value in the title attribute.
Related Articles:
typo3 ts menu • typo3 tmenu arabic • typo3 ts menü a-a-b-b • typo3 seitenname menu ts • web_ts menu function typo3 • typo3 menu utiliser subtitle • typo3 menu directory minlength • typo3 datawrap gmenu • typo3 tmenu atagparams • typo3 title and subtitle in menu • create menu typo3 • typoscript simple menue • typo3 subtitle in menu • lib main_menu entrylevel typo3 • typo3 form unordered • typo3 atagparams datawrap • typo3 tmenu title subtitle • plugin for creating menu typo3 • typo3 title on li tag • simple text menu in typo3 • typo3 menu after subtitle • typoscript wrap * • typo3 makemenu • menu subtitle typo3 • typoscript datawrap menu title • simple menu in typo3 • making a menu in typo3 • typo3 typoscript menu mouseposition • typoscript datawrap • datawrap typo3 • typo3 hmenu special |*| • typo3 multiple tmenu • typo3 making menus • typoscript datawrap = {$plugin • typo3 nested list menu tmenu • typo3 tmenu title and subtitle • typo3 simple tmenu • datawrap username • typo3 datawrap • list menu html typo3 • typo3 simples tmenu • lib mainmenu 1 = tmenu • typo3 menu with subtitle • typo3 hmenu tmenu simple • typo3 menu list • typo3 tmenu • lib mainmenu • typo3 lib mainmenu 1 no • typo3 simple text menu • typo3 tmenu simpel • typo3 menu special list • • typo3 menu ts setup • typo3 subtitle menu • typo3 tmenu subtitle • typo3 menu datawrap • typo3 menu subtitle • typo3 simples h menue • typo3 menu after = | |*| • lib mainmenu 1 act atags • build menu typo3 • typo3 ts menu • typo3 tmenu arabic • typo3 ts menü a-a-b-b • typo3 seitenname menu ts • web_ts menu function typo3 • typo3 menu utiliser subtitle • typo3 menu directory minlength • typo3 datawrap gmenu • typo3 tmenu atagparams • typo3 title and subtitle in menu • create menu typo3 • typoscript simple menue • typo3 subtitle in menu • lib main_menu entrylevel typo3 • typo3 form unordered • typo3 atagparams datawrap • typo3 tmenu title subtitle • plugin for creating menu typo3 • typo3 title on li tag • simple text menu in typo3 • (12.3181 ms)






about 1 year ago
Thank you a lot, that helped me to solve a problem that i had with a menu i was working on!
Michael
about 6 months ago
Thanks so much, this solution worked right out of the box for me. I do wonder if it’s required to first use a hierarchiel menu(HMENU) for the root element and a text menu(TMENU) inside.
The corresponding CSS should be a breeze now!
about 2 months ago
I was curious if there was a way to apply the id={field:title} to the (li) tag instead of the (a) tag?