[TYPO3] ATagTitle output -> " instead of "
Peter Klein
peter at umloud.dk
Fri Mar 10 14:04:46 CET 2006
Hi Steffen.
1st: "dataWrap" do not have stdWrap support, so you can't use the "if"
property on that.
2nd: NO has no "userFunc" property, so that part has no effect too.
You need to create your own linking in the menus, using the "typolink"
property, for which my userFunc was made..
Something like this:
-- cut --
lib.tstmenu = COA
lib.tstmenu {
10 = HMENU
10.1 = TMENU
10.1 {
NO {
doNotLinkIt = 1
stdWrap.cObject = COA
stdWrap.cObject {
10 = TEXT
10.field = title
10.typolink.parameter.field = uid
10.typolink.aTagParam = class="rr"
10.typolink.userFunc = user_Functions->addAttributes
10.typolink.userFunc.aTagParams.innerWrap = onClick="alert('hello');
return false;"
10.typolink.userFunc.aTagParams.innerWrap.if {
isInList = Referencer
value.field = title
}
}
allWrap = |<br>
}
}
}
-- cut --
--
Peter Klein/Umloud Untd
"stem" <stema at web.de> skrev i en meddelelse
news:mailman.1.1141988162.25564.typo3-english at lists.netfielders.de...
> hi peter,
>
> thanks for this hint.
> unfortunately, i don't get it working for me...
>
> that's the code i've added to my menu:
> NO {
> userFunc = user_userFunc->addAttributes
> userFunc.aTagParams.dataWrap = onClick="window(this.href,500,500);
> return false;"
> userFunc.aTagParams.dataWrap.if {
> value = site
> isInList.field = title
> }
> }
>
> what have i done wrong?
>
> thanks a lot
> steffen
>
>
> Peter Klein wrote:
>> Hi stem??, Try taking a look at this codesnippet.
>> http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/stdwrap-support-fuer-typolink-atagparams.html
>>
>> This should solve your problems.. ;)
>>
More information about the TYPO3-english
mailing list