Using FCKEditor in Perl

By | November 15, 2009

If you want to use FCK Editor in Perl you must insert the following lines:

require “$serverfck/fckeditor.pl”;
&FCKeditor(‘xEditor’);
$BasePath=$fck_s_path;
$Value=”$line”;
$Width = $FckWidth;
$Height = $FckHeight;
&Create();
require “$serverfck/fckeditor.pl”;

&FCKeditor(‘xEditor’);

$BasePath=$fck_s_path;

$Value=”$line”;

$Width = $FckWidth;

$Height = $FckHeight;

&Create();

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.