No subject
     
    
       
    Fri Oct 22 23:24:56 CEST 2010
    
    
  
creation seems to be working, as the record is there. Now you have to
store the record uid in the TV flexfom xml (table:pages,
field:tx_templavoila_flex).
The content of this field looks like (field definitions depend on your
TV DS definition):
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3FlexForms>
    <data>
        <sheet index="sDEF">
            <language index="lDEF">
                <field index="field_content">
                    <value index="vDEF">2238,2200,5707</value>
                </field>
                <field index="field_contentleft">
                    <value index="vDEF"></value>
                </field>
                <field index="field_contentright">
                    <value index="vDEF"></value>
                </field>
                <field index="field_contentbottom">
                    <value index="vDEF"></value>
                </field>
                <field index="field_home">
                    <value index="vDEF"></value>
                </field>
            </language>
        </sheet>
    </data>
</T3FlexForms>
If there is an api function in TV you could use, please check for yourself.
Björn
    
    
More information about the TYPO3-english
mailing list