getting values to fckeditor
Posted: Mon Sep 10, 2007 6:00 am
While editing, how to display the values in fckeditor?
Code: Select all
<?php
$fck_editor_value='Sample value';
$oFCKeditor = new FCKeditor('sample','123');
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->Height = '250';
$fck=$oFCKeditor->CreateHtml();
?>