[TYPO3-mvc] flexform documentation

Franz Koch typo3.RemoveForMessage at elements-net.de
Thu Jan 20 23:51:53 CET 2011


Hi,

> having a similar problem as bla I searched for extbase flexform
> definition and found the blog of daniel with an example and adjusted
> that to my domain.
>
> The switchableControllerActions part looks like this:
>
>        <switchableControllerActions>
...
>                 <numIndex index="1">ProjectController->list</numIndex>
>              </numIndex>
>              <numIndex index="1">
>                 <numIndex index="0">Kundenübersicht</numIndex>
>                 <numIndex index="1">CustomerController->show</numIndex>
>              </numIndex>
...
> I'm now wondering how to call an action that expects a parameter and
> more over if there is any documentation for the flexform entries.

It's just Project->list and Customer->list. And AFAIK you can add method 
argument in there. If a controller action is requiring certain settings, 
grab them from $this->settings['yourSetting'] and configure it via 
flexform by giving the flexform field tag a name like 
'<settings.yourSetting>'.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list