[TYPO3] How to wrap only the url

Søren Vedel sv at workhouse.dk
Fri Dec 15 18:34:17 CET 2006


Hi,

I need to make a wrap in TypoScript to make a sitemap with some 
JavaScript functionality.

lib.sitemap {
	10 = HMENU
	10.entryLevel = 0
	10 {
	  1 = TMENU
	  1 {
	    noblur = 1
	    expAll=1
	    wrap = <tr onmouseover="'doThis'" onmouseout="'doThat'" 
onmousedown="window.location = ' | '">
...


So the result should look like this:

wrap = <tr onmouseover="'doThis'" onmouseout="'doThat'" 
onmousedown="window.location = 'index.php?id=23'">


How can I do it?

-- 
Med venlig hilsen/Kind regards
Søren Vedel
Workhouse Media


More information about the TYPO3-english mailing list