[TYPO3] How to wrap only the url

Søren Vedel sv at workhouse.dk
Mon Dec 18 15:25:53 CET 2006


Hi Dmitry,

Well, this actually brings me a little closer but it is not what I want.

I get this output from the linkWrap now:

<tr onmouseover="'doThis'" onmouseout="'doThat'"
onmousedown="window.location = '<a href="index.php?id=23" 
onfocus="blurLink(this);">News</a>'">

But I only need

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

Any other ideas?

Regards
Søren
www.workhouse.dk

Dmitry Dulepov wrote:
> Hi!
> 
> Søren Vedel wrote:
>> 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?
> 
> Using description from TSRef:
> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/10/8/ 
> 
> 
> There is a "linkWrap" property, does it do what you need?
> 


More information about the TYPO3-english mailing list