N°5298 - Update CKEditor to version 5

This commit is contained in:
Stephen Abello
2024-03-11 16:48:50 +01:00
parent 14c637c7f3
commit dc553ca83c
1082 changed files with 82130 additions and 23369 deletions

View File

@@ -774,10 +774,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
if (this.name != '') {
if ($(this).hasClass('htmlEditor')) {
var sId = $(this).attr('id');
var editorInst = CKEDITOR.instances[sId];
if (editorInst) {
editorInst.destroy();
}
CombodoCKEditorHandler.DeleteInstance(sId);
if ($('#'+sId).data('timeout_validate') != undefined) {
clearInterval($('#'+sId).data('timeout_validate'));
}