<?php include("fckeditor/fckeditor.php"); ?>
<?php
$oFCKeditor = new FCKeditor('contenu');
$oFCKeditor->Config["CustomConfigurationsPath"] = 'fckconfig_graphinet.js';
$oFCKeditor->BasePath = 'fckeditor/';
$oFCKeditor->Value = $contenu;
$oFCKeditor->Width = '453' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Create();
?>
Sun, 11/25/2007 - 06:19
#1

Re: Class 'FCKeditor' not found