[TYPO3-english] Typo3 internal anchors with Typoscript

Bernhard Kraft kraftb at kraftb.at
Sat Nov 7 02:03:01 CET 2009


De Contardi Riccardo schrieb:

>             1 = TEXT
>             1.data = LLL:fileadmin/templates/bhuman/assets/other/locallang.xml:link1
>         1.typolink.target =
> 
>             1.typolink.parameter = #header
> 
>             1.typolink.ATagParams = tabindex="1"
> 
>             1.wrap = <li>|</li>
> 

In your case I would not use the "typolink" method here. You should use this
method when you link to some page, etc, as it gets handled by realURL etc.

In your case I would simply wrap a static <a> tag around your LL-Label

1 = TEXT
1.data = LLL:fileadmin/templates/bhuman/assets/other/locallang.xml:link1
1.wrap = <li><a href="#content" tabindex="1">|</a></li>

;) quite simple? Isn't it ?


greets,
Bernhard


More information about the TYPO3-english mailing list