{$lang_fdeditorRecord} |
";
$oFCKeditor = new FCKeditor('useinfo');
$oFCKeditor->BasePath = '../../fckeditor/';
$oFCKeditor->Config['AutoDetectLanguage'] = false ;
$oFCKeditor->Config['DefaultLanguage'] = $langusenow ;
$oFCKeditor->Value = $feedback_list[useinfo];
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = '300';
$oFCKeditor->Create();
echo << |