I have CE integrated in my page:
<?php
$editor=new CuteEditor();
$editor->ID="nw_body"; // same ID as your textarea
$editor->Text=$row_DetailRS1['nw_body']; // Set value
$editor->FilesPath="CuteEditor_Files";
$editor->Draw();
$editor=null;
$POST["nw_body"]
//use $_POST["cont_text"]to catch the data
?>
What do I have to add here in order to use for the editor the Simple autoconfig toolbar?
What do I have to add here to set the width of the editor to 600 pix?
Thanks in advance for your help.
Regards,
Erik