[TYPO3-ect] lib/div FlexForms

Fernando A. fernando.arconada at saicar.es
Wed Jan 24 10:25:21 CET 2007


Elmar, sorry and thanks

I need an example . How can I get the value of my <categories> in
flexform from my controller.
I werent able to find the necesary piece of code in efaq


<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
  <sheets>
    <sConfig>    
      <ROOT>
        <TCEforms>
          <sheetTitle>Configuracion</sheetTitle>
        </TCEforms>
        <type>array</type>
        <el>
          <categories>
            <TCEforms>  
              <label>Categorias a mostrar</label>
              <config>
                <type>select</type>
                <items type="array">
                </items>
                <foreign_table>tx_showproducts_categories</foreign_table>
                <foreign_table_where><![CDATA[
                  AND  tx_showproducts_categories.deleted = 0
                ]]></foreign_table_where>       
                <maxitems>999</maxitems>
                <size>5</size>
                <multiple>0</multiple>
                <selectedListStyle>width:150px</selectedListStyle>
                <itemListStyle>width:150px</itemListStyle>
              </config>
            </TCEforms>
          </categories>
        </el>
      </ROOT>      
    </sConfig>
  </sheets>
</T3DataStructure>



More information about the TYPO3-team-extension-coordination mailing list