[Typo3-dev] FlexForm in Web>List-Mode - how?

Jean-David Gadina info at macmade.net
Wed Oct 20 14:12:25 CEST 2004


I would'nt recommend the usage of flexforms to store selectable data, as you noticed it...

But there is a very simple way to use a sheet-like system for separate fields...

In your TCA, in the «types» array, just put a --div-- to separate each sheet...

IE:
'type' => array(
    '0' => array('showitem' => '--div--;div1Label,field1,field2,--div--;div2Label,field3,field4'),
)

That should render very nicely... ; )

Check the Typo3 Core API for more details...
(http://typo3.org/documentation/document-library/doc_core_api/ctrl_section/)

Hope it will help you...

- Jean-David Gadina (macmade)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/110096795/
					




More information about the TYPO3-dev mailing list