initiate cute editor

Last post 09-15-2008, 6:27 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  09-12-2008, 3:04 AM 43874

    initiate cute editor

    hello,

    I just purchased a license for the Editor in PHP. I installed the directory with all the correspondig files in my root dir.
    this is the code I integrated in my PHP page
     

                    <TD>
                      <?php
                        $editor=new CuteEditor();
                        $editor->ID="Editor";
                        $editor->Text=$details;
                        $editor->FilesPath="CuteEditor_Files";
                        $editor->Draw();
                        $editor->AutoConfigure = "Simple";
                        $editor->Width="600px";
                        $editor=null;

                       //use $_POST["Editor"]to catch the data
                      ?>
                    </TD>

    $details = text uploaded from a database record.
     
    when uploaded, the page returns a blank section after <TD> and the rest of the HTML code is ommited
    what do I overlook, did I forget something ?
     
    best regards,
    Luc
  •  09-15-2008, 6:27 PM 43942 in reply to 43874

    Re: initiate cute editor

    >>when uploaded,
     
    What do you mean? Did you open the image dialog and upload an images?
     
    If your site online so you can provide a simple online demo showing the problems?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML