Search

You searched for the word(s):
< 1 second(s)
  • Re: Onload rendering error

    I know this is quite an old thread.&nbsp; Although here is a solution for anyone who ever happens across this thread looking for one. &nbsp; This issue seems to occur due to the the appropriate dependency scripts not being included in the page when the control is not visible on the initial page load. &nbsp; You can implement a workaround by ...
    Posted to Cute Editor for .NET (Forum) by Concoxide on October 17, 2018
  • Issue: IE11, CE6.7, with meta X-UA-Compatible present and less than 11

    So it appears that the latest version of the CuteEditor (6.7) is not working in IE11 when it is loaded onto a webpage that contains the following in the &lt;head&gt;: &nbsp; &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=9&quot; /&gt; . .&nbsp; &nbsp; or any other content=&quot;IE=x&quot; . . besides where x is ...
    Posted to Cute Editor for .NET (Forum) by Concoxide on December 9, 2013
  • Re: Programmatically setting .Text

    Thanks for the tip, i was able to get it to work in VB.NET by reading the content with the encoding as follows &nbsp; Text.Encoding.GetEncoding(''Windows-1252'') &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Concoxide on June 29, 2011
  • Re: Programmatically setting .Text

    Ok . . I am using the CuteEditor to allow authorized individuals to change the content of a section of a web page.&nbsp; So with VB.NET I am programmatically setting the current content in the CuteEditor like this: &nbsp; Editor1.Text = strContent &nbsp; Now, if that original content has rich text characters in it such as the ...
    Posted to Cute Editor for .NET (Forum) by Concoxide on June 28, 2011
  • Programmatically setting .Text

    I am having an issue with programmatically setting the .Text property with a string that contains rich text characters. &nbsp; If I manually copy and paste text with rich text characters in the editor, it converts them to html entities just fine . . . but when set programmatically it does not . . .they show up as unknown characters . . and then ...
    Posted to Cute Editor for .NET (Forum) by Concoxide on June 27, 2011