Hello!
I'. trying to load a standard html file, into the editor. But I se nothing in the editor when it starts. Here is my code:
$edvalue = fread($fp, filesize($fm_filename) );
$oFCKeditor = new FCKeditor;
$oFCKeditor->BasePath = '../ed/' ;
$oFCKeditor->Value = $edvalue;
$oFCKeditor->CreateFCKeditor( 'EditorDefault', '100%', '100%' ) ;
What may be wring here???
Regards
Per Ronny Westereng
I'. trying to load a standard html file, into the editor. But I se nothing in the editor when it starts. Here is my code:
$edvalue = fread($fp, filesize($fm_filename) );
$oFCKeditor = new FCKeditor;
$oFCKeditor->BasePath = '../ed/' ;
$oFCKeditor->Value = $edvalue;
$oFCKeditor->CreateFCKeditor( 'EditorDefault', '100%', '100%' ) ;
What may be wring here???
Regards
Per Ronny Westereng