[TYPO3-core] RFC #16033: API for Trees and ContextMenus

Steffen Kamper info at sk-typo3.de
Thu Oct 28 09:28:26 CEST 2010


Hi,

Sebastian Fischer schrieb:
>>
>> would like to see the code ;)
>>
>> georg
> 
> Me too. But the image and the possibilities behind it already turn me on ;)
> 
> Greetings
> Sebastian
> 
> PS: I've already an idea like categories in mind.

A patch will come soon for TCA, Steffen Ritter wrote the base.
In this case i used this TCA settings:
'config' => array (
	'type' => 'tree',
	'subType' => 'db',
	'foreign_table' => 'fe_groups',
	'size' => '30',
	'tree' => array(
	 	'parentField' =>  'subgroup',
	),
)

vg Steffen


More information about the TYPO3-team-core mailing list