Wrapping the Editor

  •  10-13-2005, 5:44 PM

    Wrapping the Editor

     
    I'm looking to replace my current text editor with your product.  Currently, my editor is wrapped in the following structure:
     
    public class RichTextControl : System.Web.UI.WebControls.WebControl  {

     private MyEditor e;

     /* methods */

     private class MyEditor : CuteEditor.Editor {

          /* override methods */

    }  

    }

    Is this possible with your product?  Is this possible with the trial version?  Currently the text editor will load but none of the buttons work and it is not possible to enter text.
     
    Thanks
     
View Complete Thread