Bug #25016 » rtehtmlarea_cleanup_17559_follow_up.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
* Generate registered plugins
|
||
*/
|
||
generatePlugins: function () {
|
||
this.hasPluginWithOnKeyPressHandler = false;
|
||
Ext.iterate(this.plugins, function (pluginId) {
|
||
var plugin = this.getPlugin(pluginId);
|
||
plugin.onGenerate();
|
- « Previous
- 1
- 2
- Next »