Actions
Feature #16855
closedAdd stdWrap to TMENU/GMENU
Start date:
2007-01-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
TMENU/GMENU just accept a normal wrap on that level. It's not possible to to wrap the whole level with other functions, like dataWrap to integrate fields, registers, and whatever.
So this is a feature request to enable stdWrap for TMENU/GMENU.
Example:
10 = HMENU
10 {
...
1 = TMENU
1 {
stdWrap.dataWrap = <ul class="menu {register:currentClass}">|</ul>
NO = 1
NO.allWrap = <li>|</li>
}
}
(issue imported from #M4780)
Files
Actions