Hi all! I need your help!
I dont want install editor on my server!
Folder structure:
www - /home/vip617/public_html
editor - /home/vip617/public_html/fckeditor
i am try this: (file.php - "/home/vip617/public_html/cms/")
include_once ("/home/vip617/public_html/fckeditor/fckeditor.php");
$basePath="/home/vip617/public_html/fckeditor/";
$editor=new FCKeditor("myEditor");
$editor->BasePath=$basePath;
$editor->Config['SkinPath'] = $basePath.'editor/skins/aluminum/';
$editor->Create();
Use PHP 5 class!
In result - emty field! I dont see editor!
Whats wrong!? Please help me!!!
I dont want install editor on my server!
Folder structure:
www - /home/vip617/public_html
editor - /home/vip617/public_html/fckeditor
i am try this: (file.php - "/home/vip617/public_html/cms/")
include_once ("/home/vip617/public_html/fckeditor/fckeditor.php");
$basePath="/home/vip617/public_html/fckeditor/";
$editor=new FCKeditor("myEditor");
$editor->BasePath=$basePath;
$editor->Config['SkinPath'] = $basePath.'editor/skins/aluminum/';
$editor->Create();
Use PHP 5 class!
In result - emty field! I dont see editor!
Whats wrong!? Please help me!!!