[TYPO3] To add other funcionality to typoscript object

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Mon Jun 18 14:09:18 CEST 2007


Hi Miguel,
> Hi list, I would like to know if I could add other funcinality in a same 
> typoscript object.
>
> For example, in my lib.columna I display a page menu, well, I want to 
> add other plugin underneath the menu, i dont want to create other 
> typoscript object but to use the same one.
>
> lib.columna = HMENU
> lib.columna.entryLevel=1
> lib.columna.1 = TMENU
> lib.columna.1 {
> wrap = <ul>|</ul>
> NO.allWrap = <li> | </li>  
>   ACT = 1
>   ACT.allWrap = <li class="active">| </li>   
> }
>
> lib.columna<plugin.tx_...
> It is possible to add? Thanks
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>   

you can use COA objects:

lib.columna.10 = HMENU
...
lib.columna.20 < plugin.tx_...

Regards,

-- 
 Mauro Lorenzutti


e-mail:  mauro.lorenzutti at webformat.com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  http://www.webformat.com
---------------------------------------------------------



More information about the TYPO3-english mailing list