http://localhost/nemo/editor/editsite.php
<? include("FCKeditor/fckeditor.php") ; ?>
<?
$oFCKeditor = new FCKeditor ;
$oFCKeditor->ToolbarSet = 'Default' ;
$oFCKeditor->Value = $row['tekst'] ;
$oFCKeditor->CreateFCKeditor( 'EditorAccessibility', '98%', '100%') ;
?>
http://localhost/nemo/editor/FCKeditor/fckeditor.php
http://localhost/FCKeditor/fckeditor.ht ... ar=Default
