TYPO3-Documentation / TYPO3CMS-Reference-CoreApi

"TYPO3 Explained": Main TYPO3 Core Document: Main classes, Security, TypoScript syntax, Extension API and much more
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/
22 stars 396 forks source link

JavaScript in TYPO3 could use an example #262

Closed sypets closed 6 years ago

sypets commented 6 years ago

JavaScript in TYPO3 and Developing with Ajax in the TYPO3 Backend could use more content:

alexander-nitsche commented 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.

sypets commented 6 years ago

@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:

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.

sypets commented 6 years ago

Actually, there is another issue with the same scope: #61

I am closing this issue, please use other issue for BE Ajax routes documentation