[TYPO3] How to wrap only the url

JoH asenau info at cybercraft.de
Fri Dec 15 18:54:22 CET 2006


> 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

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list