diff --git a/js/extkeywidget.js b/js/extkeywidget.js index 02d4076d2..40c3f63f8 100644 --- a/js/extkeywidget.js +++ b/js/extkeywidget.js @@ -364,6 +364,16 @@ 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.updateElement(); + } + } + theMap[this.name] = this.value; } }