[TYPO3-mvc] Extbase Backend Ajax Call

Philipp philippwrann at gmx.at
Wed Jan 22 11:50:19 CET 2014


in your ext_localcont.php

$TYPO3_CONF_VARS['BE']['AJAX']['extension_key::ajaxAction'] = 'Vendor\\ExtensionName\\Domain\\Service\\SomeService->somePublicMethod;

Then you request Ajax.php?ajaxID=extension_key::ajaxAction

In your method you get 2 parameters delivered, the first should be an array holding the parameters, the second is some object, i dont know exaclty what object but from there on you should be on your way.


More information about the TYPO3-project-typo3v4mvc mailing list