Hi ,
I'm new in using CKEditor and i cannot get it work. Previously , I've used FCKEditor and now i want to upgrade it to CKEditor. The problem is that the CKEditor is not shown. Below I posted the method that i use for initialization the CKEditor:
I'm new in using CKEditor and i cannot get it work. Previously , I've used FCKEditor and now i want to upgrade it to CKEditor. The problem is that the CKEditor is not shown. Below I posted the method that i use for initialization the CKEditor:
include_once($GLOBALS['p_disk_admin'] . "/js/ckeditor/ckeditor/ckeditor.php");
$oCKeditor = new CKeditor( $name ) ;
$oCKeditor->BasePath = $GLOBALS['p_web_admin'] . '/js/ckeditor/ckeditor/';
$oCKeditor->Value = $_POST[$name];
if( strlen( $validation ) )
$oCKeditor->Validation = 'validation="' . $validation . '"';
$oCKeditor->editor('CKEditor1');;

Re: Show CKE Editor