Closed sypets closed 6 years ago
Hello, i am in need of this section as well. Precisely i am looking for a way to implement proper AJAX handling in the frontend sending requests to Extbase controllers. If someone could point me to the way it is meant to be implemented in TYPO3 9 LTS, i would happily try to compose a draft of a documentation with examples after having it implemented and tested successfully.
@xw-alexander-nitsche great! Hope someone will pitch in. I would help, but this is not an area I feel I am knowledgable enough in. If you are on your own, maybe try the following:
[typo3]
) or #typo3-cms on Slack (register for Slack first)ls -1 typo3/sysext/*/Configuration/Backend/AjaxRoutes.php
typo3/sysext/adminpanel/Configuration/Backend/AjaxRoutes.php
typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
typo3/sysext/beuser/Configuration/Backend/AjaxRoutes.php
typo3/sysext/opendocs/Configuration/Backend/AjaxRoutes.php
typo3/sysext/recycler/Configuration/Backend/AjaxRoutes.php
typo3/sysext/rsaauth/Configuration/Backend/AjaxRoutes.php
typo3/sysext/t3editor/Configuration/Backend/AjaxRoutes.php
typo3/sysext/taskcenter/Configuration/Backend/AjaxRoutes.php
typo3/sysext/workspaces/Configuration/Backend/AjaxRoutes.php
Hope this helps.
Actually, there is another issue with the same scope: #61
I am closing this issue, please use other issue for BE Ajax routes documentation
JavaScript in TYPO3 and Developing with Ajax in the TYPO3 Backend could use more content: