Search

You searched for the word(s):
Showing page 4 of 6 (52 total posts) < 1 second(s)
  • Re: Problem Changing the view's of editor in 6.3

    Hi, &nbsp; Thanks Everyone. Resolved&nbsp;&nbsp;this error by updating the function to: function ClearPurpose() { var editor1 = document.getElementById('&lt;%= UnSubscribeEditor1.ClientID %&gt;'); try { editor1.ExecCommand(''TabEdit''); } catch (e) { }; } &nbsp; Thanks and Regards Yuvika
    Posted to Cute Editor for .NET (Forum) by yuvika on April 15, 2009
  • Problem Changing the view's of editor in 6.3

    Hello, I am getting the error&nbsp;''''. When I execute&nbsp;the code below. What I want to do in the following code is to change the view of editor from ''preview'' to ''edit/html'' view in javascript. &nbsp; This code was working fine with the version 6.0,But gives error in 6.3.May b the event has been changed or the way to attach event is ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 14, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi &nbsp; I have resolved this by adding 2 hidden fileds that cute editor creates. &nbsp; &lt;input type='hidden' name='ctl00$ContentPlaceHolder1$tbFolder$TabPreviewTest$Editor1$ClientState' value='' /&gt; &lt;input type='hidden' name='ctl00$ContentPlaceHolder1$tbFolder$TabPreviewTest$Editor1$PostBackHandler' /&gt; &nbsp; I guess the ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 14, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hello, &nbsp; This error occurs when the postback from page occurs. What could be the problem.??? &nbsp; After the error's the cute editor works fine. But still throws error somewhere that I wll try to handle at my end. I searched around the google the whole day to solve this but could not find any solution. This may be beacuse&nbsp;of my ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 10, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi Ken/Adam, Thanks for the prompt reply Ken. But upgrading is not solving my problems. Now I am facing new error: I was getting the same error before when I plan to upgrade to version 6.2. There was no such error in that version. Error is as below: Shall I go back to 6.2 version.??. Thanks and Regards Yuvika
    Posted to Cute Editor for .NET (Forum) by yuvika on April 10, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi Adam, &nbsp; As adviced I am trying to upgrade the cute editor 6.0 to 6.3. but I am getting error &nbsp; This is what was in my .licx file that I have added in my properties of project. &nbsp; Unable to resolve type 'CuteEditor.Editor, CuteEditor, Version=6.0.0.0, Culture=neutral, PublicKeyToken=3858aa6802b1223a'&nbsp; &nbsp; I tried ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 10, 2009
  • Re: What is this error?

    Hi Adam, &nbsp; I am also getting this error. I am using the IE7. Is there any workaround for thsi problem. &nbsp; Help I need to resolve this as soon as possible. Because it is bugging my client. &nbsp; Thanks and Regards Yuvika
    Posted to Cute Editor for .NET (Forum) by yuvika on April 8, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi Adam, &nbsp; I am using 6.2 version of cutesoft client. Yes in normal situation it works ok, but the error arises when I have a div or p is there and is selected as shown in the following figure: &nbsp; &nbsp; I tried the code suggested by you also, but i have the same error and The text is not been patsed in cute ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 6, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi Adam, Thanks for ur constant replies. Finally I have upgraded my cute editor to 6.2 version, as i needed the word count feature. Its working now but still I am facing some problems realtive to pasteHTMl code and other js errors. &nbsp; For example: Oxa.pasteHTML(Ox134) ; editdoc.getElementById(OxO440f[0x28e]).removeNode(true) ; Ox779() ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 3, 2009
  • Re: Absoulte Layer selected and focus

    Hello, &nbsp; Basically what I am trying to do is to add the text in the absolute frame added at button click of my ''asp button'' on page. &nbsp; editor1.ExecCommand(''PasteHTML'', false, textE2); &nbsp; But this gives a lot of javascript error. &nbsp; How can I add the text in absolute div on my custom button, if my cursor is in div then ...
    Posted to Cute Editor for .NET (Forum) by yuvika on April 3, 2009