[TYPO3] How to wrap only the url

Søren Vedel sv at workhouse.dk
Fri Dec 15 19:15:57 CET 2006


Seem correct, but how do I implement it in my menu?

Søren Vedel


JoH asenau wrote:
>> 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'">
> 
> typolink, returnLast and wrap should do the trick.
> http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/5/8/
> 
> Joey
> 


More information about the TYPO3-english mailing list