Feature #22000
closedExtDirect API
0%
Description
The attached patch introduces an API for the integration of ExtDirect into TYPO3. The API is very simply to use and supports the definition of namespaces like TYPO3.Backend. The last named Namespace will be loaded by default in the TYPO3 Backend. You can find an example inside the attached demo extension that demonstrates the usage of the API within an extension.
BTW: This is a result from the T3UXW09 and was already reviewed by Benni and Sebastian. Also it's a prerequisite for several followup patches to the enhanced integration of ExtJS into the TYPO3 backend.
(issue imported from #M13313)
Files
Updated by Ingo Renner almost 15 years ago
Note: the class names in the commit do not fit the naming conventions.
is:
t3lib_ExtJs_ExtDirectAPI
t3lib_ExtJs_ExtDirectRouter
should:
t3lib_extjs_ExtDirectAPI
t3lib_extjs_ExtDirectRouter
Updated by Steffen Gebert almost 15 years ago
follow up v4 committed to trunk rev 6836 by Steffen Kamper