Actions
Bug #22276
closedMissing formHandler in ExtDirect API
Start date:
2010-03-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The generated api only contents name / len parameters for the functions. If you want to use forms (load/submit) there is the need of setting param formHandler to true.
The attached patch adds the possibility to set this param by writing it to the phpDoc of the function.
Example:
** * Load form values for settings form * * @formHandler * * @return array FormValues */ public function settingsFormLoad() { ... }
(issue imported from #M13811)
Files
Actions