Page 1 of 1

getting values to fckeditor

Posted: Mon Sep 10, 2007 6:00 am
by shivam0101
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();


?>

Posted: Mon Sep 10, 2007 7:33 am
by superdezign
While editing what?