[TYPO3-core] RFC: #13811: Missing formHandler in ExtDirect API

Steffen Kamper info at sk-typo3.de
Sat Mar 13 18:44:40 CET 2010


Hi,

This is SVN patch request.

Type: Bugfix

Branches: trunk

BT reference: http://bugs.typo3.org/view.php?id=13811


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() {
     ...
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 13811.diff
Type: text/x-diff
Size: 813 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100313/7065e563/attachment.diff>


More information about the TYPO3-team-core mailing list