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,43 @@
.. include:: /Includes.rst.txt
.. _deprecation-64598:
==========================================================
Deprecation: #64598 - Deprecate PagePositionMap::JSimgFunc
==========================================================
See :issue:`64598`
Description
===========
The following function has been marked as deprecated:
* `\TYPO3\CMS\Backend\Tree\View\PagePositionMap::JSimgFunc`
This method was used only in class PagePositionMap. The implemented "onmouseover" / "onmouseout"
behaviour to switch between two images was dropped entirely for now. If this is needed, it should
done a different way.
Impact
======
Using this function in a backend module will throw a deprecation message.
Affected Installations
======================
Every Extension that uses the deprecated function.
Migration
=========
Write own JavaScript functions for your extension to handle onmouseover and onmouseout events to
switch between two images.
.. index:: PHP-API, JavaScript, Backend