[TYPO3] TV and TypoScriptObjPath in a Container

Fabio ex Typo3 n00b email at email.tld
Thu Apr 20 12:49:18 CEST 2006


I have made a template with template voila, I have a lib.Obj [EL] into a 
Container [CO] and doesnt work.

In typo script I wrote

lib.navLeft = TEXT
lib.navLeft.value = TRYYYYYY

In the FE doesn not appear, for other lib.Obj element [EL] out of the 
container [CO] it works.

Here a piece of code

             <field_menu type="array">
                 <type>array</type>
                 <tx_templavoila type="array">
                     <title>Menu Left</title>
                     <description>[menu left]</description>
                     <eType>ce</eType>
                     <eType_EXTRA type="array">
                         <objPath>lib.left_menu</objPath>
                     </eType_EXTRA>
                 </tx_templavoila>
                 <el type="array">
                     <field_navleft type="array">
                         <tx_templavoila type="array">
                             <title>Nav Left</title>
                             <sample_data type="array">
                                 <numIndex index="0">[nav left]</numIndex>
                             </sample_data>
                             <eType>TypoScriptObject</eType>
                             <eType_EXTRA type="array">
                                 <objPath>lib.navLeft</objPath>
                             </eType_EXTRA>
 
<TypoScriptObjPath>lib.navLeft</TypoScriptObjPath>
                         </tx_templavoila>
                     </field_navleft>
                     <field_login_box type="array">
                         <tx_templavoila type="array">
                             <title>Login Box</title>
                             <sample_data type="array">
                                 <numIndex index="0">[login box]</numIndex>
                             </sample_data>
                             <eType>TypoScriptObject</eType>
                             <eType_EXTRA type="array">
                                 <objPath>lib.login_box</objPath>
                             </eType_EXTRA>
 
<TypoScriptObjPath>lib.login_box</TypoScriptObjPath>
                         </tx_templavoila>
                     </field_login_box>
                 </el>
             </field_menu>



More information about the TYPO3-english mailing list