Sergio Catalá Gil schreef:
>
> Is there a way to remove the last "X"? Some kind of TS sentence that
> allows not using "wrapItemAndSub" for the last item (or even the
> first)?
>
> Thanks in advance,
> Sergio
>
>
I also think that "Optionsplit" is a good idea
a small TS example:
temp.Menu = HMENU
temp.Menu.1 = TMENU
temp.Menu.1 {
wrap = <ul> | </ul>
NO.allWrap = <li> | </li>
NO.ATagParams = | |*||*|class="last"|
ACT = 1
ACT.allWrap = <li> | </li>
}
RESULT:
<ul>
<li>item 1</li>
<li>item 2</li>
<li class="last">item 3</li>
</ul>
With de CSS class you configure the view of the last item.
Regards,
Bram
------------
www.bworx.be
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english