[TYPO3] caption split on <ul>

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Sat May 20 20:56:51 CEST 2006


Christopher wrote:

> 
> You should be able to do it; play around with stdWrap properties for
> getting info directly from the db---things like this:
> 
> IFSUB {
>  stdWrap.before.cObject = HTML
>  stdWrap.before.cObject {
>    value.data = field:title
>    value.wrap = <ul id="|">
>  }
> }
> 
> It will be slightly tricky to maintain validly nested lists (i.e.
> since '.wrapItemAndSub' does not have .stdWrap properties), but it is
> possible. You can also use alternate fields in the page record to
> place your ids (I sometimes have misused 'nav_title' for this kind of
> purpose).
> 
> 

tnx Christopher

I will try to test your solution.

Meanwhile I just found working solution. Look at:
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/10/1/


submenuObjSuffixes


It does the job here. Working perfectly.

--
Krystian




More information about the TYPO3-english mailing list