[TYPO3-dev] Question concerningcCustom treeview

Chi Hoang chibox at gmail.com
Sat Aug 5 14:38:02 CEST 2006


Dear Andreas,

Andreas Bulling schrieb:
> Did I miss anything?

Yes. You have forgotten, to initialize the treeview class with

$treeViewObj->treeName = $config['treeName'];
$treeViewObj->hiddenField = '<input type="hidden" 
name="'.$config['treeName'].'_pm" value="">';

and add the hidden field to the thumbnail view

$thumbnails.=$treeContent.$treeViewObj->hiddenField;


> OK... and where?

uhh? feInterface of course. Thats what you have already done!

Best Regards,

Chi





More information about the TYPO3-dev mailing list