[TYPO3-dev] one field_link for all flexform elements?

Carsten Bleicker bleicker at boros.de
Sat Jul 22 21:39:17 CEST 2006


Hi Guys,
is it only possible to grab fields of flexform in the same <el  
type="array"> structure?

i use diferent containers as selections in my flexform.
and on the root of the flexform i want to set a linkfield wich is uses by  
some
objects insite the containers with typolink.field = field_link
not possible?

<el type="array">
     <field_link>
         ...
         <TCEforms type="array">
             <config type="array">
                 the config for linkfield
             </config>
             <label>image link</label>
         </TCEforms>
     </field_link>

     <field_container type="array">
         <type>array</type>
             <tx_templavoila type="array">
                 <title>Available Elements</title>
                     <eType>input</eType>
             </tx_templavoila>
             <el type="array">
                 <field_headline type="array">
                         <tx_templavoila type="array">
                             <title>Headline</title>
                         </tx_templavoila>
                         <TCEforms type="array">
                             <config type="array">
                                 <type>input</type>
                                 <size>48</size>
                                 <eval>trim</eval>
                             </config>
                             <label>Headline</label>
                         </TCEforms>
                         <type>array</type>
                         <el type="array">
                             <field_header type="array">
                              ...
                             <TypoScript>
                             <![CDATA[
                             	10 = IMAGE
                             	10.stdWrap.wrap = <div  
class="singleheadline">|</div>
this dont work because
the field_link is not
in the same "el" array?
10.stdWrap.typolink.parameter.field = field_link


                             	10.file = GIFBUILDER
                             	10.file {
                             	  XY = [10.w]+8,28
                             	  backColor = white

                             	  10 = TEXT
                             	  10.text.current = 1
                             	  10.fontFile =   
fileadmin/templates/fonts/ariblk.ttf
                             	  10.niceText = 1
                             	  10.offset = 2,20
                             	  10.fontSize = 22
                             	}
                             	
                             	20 = TEXT
                             	20.value = TEST
                             	20.typolink.parameter.field = field_link
                             ]]>
                             </TypoScript>
....

-- 
------
Rechtschreibfehler sind beabsichtigt und geistiges Eigentum des Verfassers.




More information about the TYPO3-dev mailing list