[Typo3] Mapping Form attributes with TV

Nikolas Hagelstein hagelstein at hauptsache.net
Wed Mar 23 21:16:32 CET 2005


Hi,
mapping a form attribute (e.q action)
seems to result in inaccessability
of all element inside/following the <form>-tag
Any ideas? Did i missed something?
Screenshot appended
I tried the following (typo 3.7.0  & tv 0.3.0):

-- html -Template:
<div>
<form action="gohere" name="form1" target="_self">
<select name="sel1">
<option value="1">1</option>
</select>
</form>
</div>
--

-- datastructure:
<T3DataStructure>
    <meta type="array">
        <langChildren type="integer">1</langChildren>
        <langDisable type="integer">1</langDisable>
    </meta>
    <ROOT type="array">
        <tx_templavoila type="array">
            <title>ROOT</title>
            <description></description>
        </tx_templavoila>
        <type>array</type>
        <el type="array">
            <formaction type="array">
                <type>attr</type>
                <tx_templavoila type="array">
                    <title></title>
                    <sample_data type="array">
                        <numIndex index="0"></numIndex>
                    </sample_data>
                    <eType>none</eType>
                </tx_templavoila>
            </formaction>
            <selectbox type="array">
                <tx_templavoila type="array">
                    <title></title>
                    <sample_data type="array">
                        <numIndex index="0"></numIndex>
                    </sample_data>
                    <eType>none</eType>
                </tx_templavoila>
            </selectbox>
        </el>
        <section>0</section>
    </ROOT>
</T3DataStructure>
--


More information about the TYPO3-english mailing list