Search

You searched for the word(s):
< 1 second(s)
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Ken, &nbsp; I found the problem, it really was in our part. Thank you a lot for your help. &nbsp; Herev
    Posted to Cute Editor for .NET (Forum) by Herev on November 22, 2011
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Ken, &nbsp; Everything is correct, except of the script you're trying to enter. The problem is that if the script has multiple lines of code, after you restore it with setHTML(), it will be put into one single line. Except of bad readability, if the script contains comments which start from //, the script will be distorted &#8211; all the ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 22, 2011
  • Re: Wrong <SCRIPT/> tag formatting

    Addition. Here is the code of my ASPX page: &nbsp; &lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;html&gt; &nbsp;&nbsp;&nbsp; &lt;head&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;Novaview HTML editor&lt;/title&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 21, 2011
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Ken, Thank you for your quick answer, bu I probably didn't explain my problem clearly enough. So here are the steps I do to reproduce the problem: 1. Open CuteEditor. 2. Press HTML button on the bottom of the editor. 3. Enter HTML code containing JavaScript function as described in my previous post. 3. Call getHTML() API function and get HTML ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 21, 2011
  • Wrong <SCRIPT/> tag formatting

    Hi, &nbsp; I have CuteEditor for .Net&nbsp;version 6.6. Browser - IE8. EnableStripScriptTags property is set to false. In the editor I create a simple HTML page with the following code: &nbsp; &lt;HTML&gt; &nbsp;&nbsp;&nbsp; &lt;HEAD&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SCRIPT&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 20, 2011