CuteEditor inside a Html file - How To?

  •  09-28-2006, 7:19 AM

    CuteEditor inside a Html file - How To?

    Hi,
     
    Is it possible to insert the CuteEditor Tags inside a sepeate HTML file,
    Which will be processed by the code behind aspx.cs file. Like,
     
    A.Html
    --------
    <input name="txttitle" id="txttitle" type="text" size="50" />
    CuteEditor Starts Here
     <CE:Editor xmlns:CE="http://localhost/editor/cs/default.aspx" id="Editor1" FilesPath="/editor/CuteSoft_Client/CuteEditor/" EditorWysiwygModeCss="/editor/example.css" runat="server" ReadOnly="false" ></CE:Editor><br />
    CuteEditor Ends Here
    <input name="submit" id="submit" type="submit" value="Submit" />
     
    A.Aspx
    --------
     protected override void Render(HtmlTextWriter writer)
    {
          //Read A.Html and Render
    }
    Kindly help me in this regard.
     
    Thanks in Advance
     
    Mahadevan
View Complete Thread