Bug #25018
closedhtmlArea RTE: Delete class HTMLArea.Base
0%
Description
htmlArea uses class HTMLArea.Base in order to provide a class extension mechanism for creating plugins (an adaptation of a script authored by Dean Edwards http://dean.edwards.name/). This is not required anymore as ExtJS provides such class extension mechanism.
Attached patch thus removes this class.
Plugins need to be defined in a new way, described in the htmlArea RTE API Manual. A compatibility bridge is provided until TYPO3 4.8. However, this may break plugins that extend other plugins and make use of this.base(). Invoking this.base() from any method used to invoke the corresponding method of the parent class. this.base() now invokes only the constructor of class HTMLArea.Plugin.
(issue imported from #M17561)
Files
Updated by Stanislas Rolland almost 14 years ago
Committed to SVN TYPO3core trunk (revision 10455).
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed