Project

General

Profile

Bug #19196

Updated by Daniel Goerz about 8 years ago

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 : 

 <pre> 
 [code] 
								 <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... 
 </pre> 
 [/code] 
 (issue imported from #M9128) 

 !https://forge.typo3.org/attachments/download/9976/nested-tabs-flex.JPG!

Back