Project

General

Profile

Actions

Bug #22276

closed

Missing formHandler in ExtDirect API

Added by Steffen Kamper over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

13811.diff (814 Bytes) 13811.diff Administrator Admin, 2010-03-13 18:42
13811_v2.diff (8.51 KB) 13811_v2.diff Administrator Admin, 2010-03-15 18:13
Actions #1

Updated by Steffen Kamper over 14 years ago

committed to trunk rev 7150

Actions #2

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF