[TYPO3-templavoila] id in tx_templavoila_flex

Christian Welzel gawain at camlann.de
Wed Jun 21 16:37:04 CEST 2006


hi there!

when using some elements in a container tv saves these elements
as xml in tx_templavoila_flex as the following:

<T3FlexForms>
    <data>
        <sheet index="sDEF">
            <language index="lDEF">
                <field index="field_container">
                    <el index="el">
                        <section index="1">
                            <itemType index="field_section">
                                <el>
                                    <field index="field_image">
                                        <value index="vDEF">1</value>
                                    </field>
                                    <field index="field_link">
                                        <value
index="vDEF">www.bar.de</value>
                                    </field>
                                </el>
                            </itemType>
                        </section>
                        <section index="2">
                            <itemType index="field_section">
                                <el>
                                    <field index="field_image">
                                        <value index="vDEF">1</value>
                                    </field>
                                    <field index="field_link">
                                        <value
index="vDEF">www.test.de</value>
                                    </field>
                                </el>
                            </itemType>
                        </section>
                    </el>
                </field>
            </language>
        </sheet>
    </data>
</T3FlexForms>

As you can see, these elements are not distinguishable.
It there a way (perhaps a hook) or something to get an ID into that
structure that makes them distinguishable (independendly from current
order of items)?
If not, is it possible to insert such an ID in the next release of TV?

-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



More information about the TYPO3-project-templavoila mailing list