Actions
Feature #25133
closedTMENU has no typolink function
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
i use this as a base:
temp.tmenuUl = HMENU temp.tmenuUl { entryLevel = 0 1 = TMENU 1 { noBlur = 1 wrap = <ul>|</ul> NO { ATagBeforeWrap = 1 wrapItemAndSub = <li>|</li> stdWrap.htmlSpecialChars = 1 } } }
now what i am tying to do is to attach a hash value after the link href and tried the following (important, if you want to read the hash with javascript or ajax):
temp.tmenuUl { 1 { NO { stdWrap.typolink.additionalParams = #test } } }
which is sadly not working.
i know there are workarounds but they are kind of difficult and ugly.
can this be implemented and still be backwards compatible?
(issue imported from #M17709)
Actions