[TYPO3-core] RFC #16033: API for Trees and ContextMenus
Steffen Kamper
info at sk-typo3.de
Sun Oct 31 00:50:58 CEST 2010
Hi,
just an update though with some FB CSS tweaks to get the correct icons,
here an example with fe_groups using type select with renderMode "tree"
(pure TCA driven rendered ExtJS Tree)
I just added this configuration to the config of field fe_groups.subgroup:
'renderMode' => 'tree',
'treeConfig' => array(
'parentField' => 'subgroup',
'appearance' => array(
'expandNodes' => TRUE,
'showHeader' => TRUE,
)
),
vg Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tcaztree.png
Type: image/png
Size: 14436 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101031/69aa01ae/attachment.png>
More information about the TYPO3-team-core
mailing list