TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-80512:
==========================================================
Deprecation: #80512 - DocumentTemplate->extJScode property
==========================================================
See :issue:`80512`
Description
===========
The property :php:`DocumentTemplate->extJScode` to load ExtJS-specific code "onExtJSReady"
has been marked as deprecated.
Impact
======
If the property is filled and added to the response output, a deprecation warning will be triggered.
Affected Installations
======================
Any installation with custom extensions using (or mis-using) this property to inject ExtJS-specific
code.
Migration
=========
Use the PageRenderer object directly to inject :php:`addExtOnReadyCode` in a backend response.
.. index:: Backend, PHP-API