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

Michael H.E. Roth mher at mher.de
Wed Oct 20 15:54:28 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...

thanks a lot, that's what I'm looking for...
But this is only available for 3.7.0 and above?
If so, I have to move my whole installation to 3.7.0 (currently I'm still on 
3.6.1).
It's a pretty complex, and big setup - should I expect problems when 
migrating?

Thanks

Michael
--
Michael H.E. Roth








More information about the TYPO3-dev mailing list