//******************************************call
require_once('../ckeditor/ckeditor.php');
$CKEditor = new CKEditor();
$CKEditor->returnOutput = true;
$CKEditor->config['width'] = 600;
$CKEditor->textareaAttributes = array("cols" => 80, "rows" => 10);
$CKEditor->basePath = '/ckeditor/';
$initialValue = $row['text'];
//******************************************
//*****************************************infer screen
$data .=$CKEditor->editor('CKEditor1', $initialValue);
//*****************************************
//*****************************************cod xajax
$objResponse = new xajaxResponse();
$objResponse->assign("display_pinfo", "innerHTML", ($id!=NULL ? "1" : "2"));
$objResponse->assign("refreshDiv", "innerHTML", $data);
$objResponse->assign("display_pinfo", "className", "content");
$objResponse->assign("loading", "className", "load_hide");
return $objResponse;
//*****************************************
Sat, 06/26/2010 - 16:55
#1

Re: ckeditor + xajax + php
Re: ckeditor + xajax + php
Re: ckeditor + xajax + php
I'm not asking you to solve the problem for me, I ask to help!