Hacked By AnonymousFox
<?
$Object_JavaWord_FullRootPath = $System_FullPath;
include("fckeditor.php");
if($Object_JavaWord_inputName=="") { $Object_JavaWord_inputName = "inputHTMLData"; }
$oFCKeditor1 = new FCKeditor($Object_JavaWord_inputName);
$oFCKeditor1->BasePath = $System_RelativePath."object/obj_javaword";
$oFCKeditor1->Config['AutoDetectLanguage'] = false;
$oFCKeditor1->Config['DefaultLanguage'] = $Jigsaw_Session_Language;
$oFCKeditor1->Config['UserFilesPath'] = $System_RelativePath;
$oFCKeditor1->Config['Object_JavaWord_FullRootPath'] = $Object_JavaWord_FullRootPath;
$oFCKeditor1->Config['Object_JavaWord_RootPath'] = $Object_JavaWord_RootPath;
$oFCKeditor1->Height = $Object_JavaWord_Height;
$oFCKeditor1->Value = $Object_JavaWord_StartUpData;
# เพิ่มเข้ามาเพื่อกำหนด สไตล์ของ Javaword เพราะบางทีไม่ต้องการให้มีอะไรมากมาย
# ก็จะมี Default , Basic, ToolbarAll
if($Object_JavaWord_ToolsBarStyle!="")
$oFCKeditor1->ToolbarSet = $Object_JavaWord_ToolsBarStyle;
else
$oFCKeditor1->ToolbarSet = "ToolbarAll";
$oFCKeditor1->Create();
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox