Feature #64036
closedAllow RequireJS module loading to execute custom code
100%
Description
When loading RequireJS modules, it is sometimes helpful to
execute custom code or set inline settings coming from the
server side.
A second parameter in the PageRenderer->loadRequireJsModule
allows to work exactly like using the JS code directly for
require([module], function() { customCode(); });
This is used as a basis to allow proper coding of JS changes
like the legacy tree functionality.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35635
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35667
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cdf9b40f60e1af7f235b678809a102d9ca45eb5c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed