$oFCKeditor = new FCKeditor('save_txt');
$oFCKeditor->BasePath = "/CMS/fckeditor/";
$oFCKeditor->BaseHref = "http://www.basehrefsite.com/";
$oFCKeditor->Value = $data["data"];
$oFCKeditor->ToolbarSet = 'custom';
$oFCKeditor->Height = 400;
echo $oFCKeditor->CreateHtml();
Sun, 04/19/2009 - 05:56
#1
