.. include:: /Includes.rst.txt .. _deprecation-80047: =================================================================== Deprecation: #80047 - Deprecate jQuery and extJS for BE viewhelpers =================================================================== See :issue:`80047` Description =========== The BE related ViewHelpers :html:`` and :html:`` have properties to activate ExtJS and jQuery with various options. The usage of ExtJS has been deprecated and jQuery is always loaded. Therefore the following attributes have been marked as deprecated. :html:`` - `enableClickMenu` - `loadExtJs` - `loadExtJsTheme` - `enableExtJsDebug` - `loadJQuery` - `jQueryNamespace` :html:`` - `loadExtJs` - `loadExtJsTheme` - `enableExtJsDebug` - `loadJQuery` - `jQueryNamespace` Impact ====== Using these attributes will trigger a deprecation log entry. Code using them will work until these methods are removed in TYPO3 v9. Affected Installations ====================== Any installation using the mentioned attributes. Migration ========= Use ``includeRequireJsModules`` property of the :html:`` or :html:`` ViewHelpers to add needed RequireJS modules. Example: .. code-block:: xml See also documentation about RequireJS documentation_ .. _documentation: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/JavaScript/RequireJS/Index.html .. index:: Backend, Fluid