[TYPO3-ect] lib/div FlexForms
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Wed Jan 24 10:46:49 CET 2007
Am Wed, 24 Jan 2007 10:25:21 +0100 schrieb Fernando A.:
> Elmar, sorry and thanks
>
> I need an example . How can I get the value of my <categories> in
> flexform from my controller.
> I werent able to find the necesary piece of code in efaq
> <el>
> <categories>
> <TCEforms>
> <label>Categorias a mostrar</label>
Hi,
I have not tested multiple selections. Should be one of:
$this->getConfiguration('categories');
or
$this->getConfiguration('categories.');
Also try to analyse the data:
debug($this->getConfigurations());
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list