Project

General

Profile

Actions

Bug #25018

closed

htmlArea RTE: Delete class HTMLArea.Base

Added by Stanislas Rolland about 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2011-02-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

rtehtmlarea_cleanup_17561.patch (52.5 KB) rtehtmlarea_cleanup_17561.patch Administrator Admin, 2011-02-12 07:57

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25008: htmlArea RTE: Clean-up umbrella for 4.6Closed2011-02-11

Actions
Actions #1

Updated by Stanislas Rolland about 13 years ago

Committed to SVN TYPO3core trunk (revision 10455).

Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF