Hi nisha@promactinfo.co.in,
Try
- <%@ Page Language="C#" Debug="true" %>
-
- <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
- <html>
- <head>
- </head>
- <body>
- <form id="Form1" runat="server">
- <CE:Editor ID="editor1" runat="server" />
- <img src="Uploads/photo.thumbnail.jpg" />
- </form>
- </body>
- </html>
-
- <script>
- function CuteEditor_FilterHTML(editor,code)
- {
- return code.replace(".thumbnail", "");
- }
- function CuteEditor_FilterCode(editor,code)
- {
- return t=code.replace(".thumbnail", "");
- }
- function CuteEditor_OnChange(editor)=function test()
- {
- editor.ExecCommand("TabCode");
- editor.ExecCommand("TabEdit");
- }
- </script>
Regards,
Ken