Project

General

Profile

Actions

Bug #19196

closed

Nested Tabs in FlexForms Sections are disfunctional

Added by Cyrille almost 16 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2008-08-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When trying to put some tabs inside my flex form, I had trouble to first find a way to but then it appears to be bogus:
- Adding one section containing a tab is OK
- Adding a second one adds the tab header but not the content and clicking on the Tab button of the second item change the first item
- After saving, the page shows correctly the tabs

Other bug : the data is stored in the database but the values are not displayed in the FlexForm... I haven't tried yet to run the plugin to see if I could access it in front end

XML Code found by reverse engineering :

                                <section>1</section>
                                <type>array</type>
                                <tx_templavoila>
                                    <title>Fields</title>
                                </tx_templavoila>                                
                                <el>
                                    <input_renderlet_field>
                                        <tx_templavoila>
                                            <title>Renderlet Field</title>
                                        </tx_templavoila>
                                        <TCEforms>
                                            <config>
                                                <type>flex</type>
                                                <ds_pointerField>list_type,CType</ds_pointerField>
                                                <ds>
                                                    <default>FILE:EXT:edf_form_base/res/flexforms/sheets/fieldtypes/input/fieldinput.xml</default>
                                                </ds>
                                            </config>
                                        </TCEforms>
                                    </input_renderlet_field>
etc...

(issue imported from #M9128)


Files

nested-tabs-flex.JPG (44.2 KB) nested-tabs-flex.JPG Administrator Admin, 2008-08-06 12:02
Actions

Also available in: Atom PDF