Trying to make CKEditor work with the "ExtKey" widget. (Trac #343)

Seems to be functional but there is still an "uncaught exception" that pops up from nowhere when closing the dialog.

SVN:trunk[1049]
This commit is contained in:
Denis Flaven
2011-01-10 18:15:15 +00:00
parent 15e07b69d6
commit 5a41992739
3 changed files with 7 additions and 6 deletions

View File

@@ -1110,7 +1110,7 @@ EOF
break;
case 'HTML':
$oWidget = new UIHTMLEditorWidget($iId, $sAttCode, $sNameSuffix, $sHelpText, $sValidationField, $value, $bMandatory);
$oWidget = new UIHTMLEditorWidget($iId, $sAttCode, $sNameSuffix, $sFieldPrefix, $sHelpText, $sValidationField, $value, $bMandatory);
$sHTMLValue = $oWidget->Display($oPage, $aArgs);
break;