Actions
Task #80047
closedDeprecate jQuery and extJS arguments for BE viewhelpers
Start date:
2017-02-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Stabilization Sprint
Description
The BE-related viewhelpers <f:be.container> and <f:be.pageRenderer>
have properties to activate ExtJS and jQuery with various options.
1. ExtJS will be removed in TYPO3 v9, and using ExtJS in custom
backend modules is deprecated.
2. jQuery is now always loaded with DocumentTemplate and
ModuleTemplate, so the option does not work at all. All occurrences
use RequireJS modules which resolve their dependencies to
jQuery within the JS module.
All places in the TYPO3 Core where these options have been
used are removed.
Actions