[TYPO3-english] nested fe_groups in a tree view

Ralf-Rene Schröder ralf.rene at online.de
Fri May 4 19:18:06 CEST 2012


Am 04.05.2012 18:47, schrieb Georg Ringer:
> http://www.typovision.de/fileadmin/slides/TYPO3-4.5-Die-Neuerungen-typovision.pdf
> page 68?

you are my hreo !!! it's page 69 !!!

it works for pages and for tt_content like a charme.
but i tried to use it with ext:news with no succsess :(

$GLOBALS['TCA']['tx_news_domain_model_news']['columns']['fe_group']['config']['renderMode']
= 'tree';
$GLOBALS['TCA']['tx_news_domain_model_news']['columns']['fe_group']['config']['treeConfig']
= array(
  'parentField' => 'subgroup',
  'appearance' => array(
    'expandAll' => TRUE,
    'showHeader' => TRUE,
  )
);


-- 
image[FORMAT] - Ralf-René Schröder
http://image-format.eu ... Wir geben Ihrem Image das richtige Format
http://if-20.com  ... YAML templates for TYPO3


More information about the TYPO3-english mailing list