Hi BigDave,
Please try the example page below, does it work for your?
If yes, it should be some different on your page, please create an example page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.
If it does not work on your end, please download the latest version and try again.
latest version download url: http://www.cutesoft.net/downloads/folders/21904/download.aspx
If you want to keep your old configurations, please deploy the new version, then put this folder "\CuteSoft_Client\CuteEditor\Configuration" back.
- <%@ Page Language="C#" %>
-
- <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head id="Head1" runat="server">
- <title>example</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <CE:Editor ID="editor1" runat="server" >
- </CE:Editor>
- </div>
- </form>
- </body>
- </html>
- <script>
- function CuteEditor_OnInitialized(editor)
- {
- alert("fire");
- }
- </script>
Regards,
Ken