Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
The job of datahandler:RAW is to give produced data to another data processor (typically a method of your plugin).
Useful if you want to use formidable as an interface manager, but still process data yourselves.
| path | data type | req | def | uobj | description |
|---|---|---|---|---|---|
| callBack | runneable | X | X |
A runneable that should do something with the data passed by Formidable. Executed only when user has full-submitted, and that no validation errors have been detected. Note: you may better use /control/actionlets/actionlet:USEROBJ instead. |
Provided by Ameos