[TYPO3-dev] $TCA: Newline for Tabs (--div--)

Malte Jansen mail at maltejansen.de
Wed Oct 24 09:24:49 CEST 2007


Hi Georg,

I hope this is, what you mean...

DOC API CORE -> 4.2. $TCA array reference -> ['types'][key] section

-> Key: showitem

Description:
...
Notice: Instead of a real fieldname you can theoretically insert 
"--div--" and you will have a divider line shown. However this is not 
rendered by default so it has no significance. Using "newline" for Part 
3., this Tab will be show in a newline.

Example:
"types" => Array (
	"0" => Array("showitem" => "
		--div--;Your Label,field1,field2,
		--div--;Your Label2;newline,field3,field4
	")
)
...


Technical Information:
On the first tab "newline" has no effect.


Malte


Georg Ringer schrieb:
> Hi Malte,
> 
> looks nice to mee. Can you seend a RFC?
> 
> georg




More information about the TYPO3-dev mailing list