Project

General

Profile

Actions

Feature #25133

closed

TMENU has no typolink function

Added by Simon Schaufelberger about 13 years ago. Updated about 8 years ago.

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

Also available in: Atom PDF