Deprecation: #64598 - Deprecate PagePositionMap::JSimgFunc
See forge#64598
Description
The following function has been marked as deprecated:
\TYPO3\
CMS\ Backend\ Tree\ View\ Page Position Map:: JSimg Func
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.