Search

You searched for the word(s):
Showing page 2 of 3 (27 total posts) < 1 second(s)
  • Can't change body background by calling setHTML()

    Hi, &nbsp; It is a critical issue for us because we have many functions to set contents to the editor from client-side.&nbsp;They were working in version 5.3 very well, but not in version 6.0. &nbsp; It is easy to reproduce. The following is the description of the issue: &nbsp; 1. editor1.EditCompleteDocument = true to allow the editor to ...
    Posted to Cute Editor for .NET (Forum) by ytang on June 8, 2007
  • Re: Relative or Absolute URLs: http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx

    Adam, &nbsp; I can reproduce the problem in your link finally. It happens when I use Absolute Urls setting (Editor1.UseRelativeLinks = false and Editor1.RemoveServerNamesFromUrl = false) and the page has 2 or more querystring items. The following are the steps to reproduce the problems: &nbsp; 1. Click the link which has 2 querystring items: ...
    Posted to Cute Editor for .NET (Forum) by ytang on February 26, 2007
  • Re: Relative or Absolute URLs: http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx

    When I&nbsp;use&nbsp;Cute Editor.NET 5.3 inside of a third-party TAB control (Tabular control), the anchor bug is still there. The TAB control is Javascript based. I want to contact the vendor of Tabular control to report the problem. But I'm afraid that they might say it is Cute Editor's problem. Could you tell me what case (any html tags or ...
    Posted to Cute Editor for .NET (Forum) by ytang on February 9, 2007
  • Re: CuteEditor still strips all script elements though I set EnableStripScriptTags = false

    Thank you for your reply. &nbsp; Your example works fine, because it doesn't postback to server side&nbsp;to set Editor.Visible=false to hide the editor. It just set DIV's style to hide the editor on the client side. &nbsp; But it doesn't solve the problem in my application that has to postback to use Editor.Visible=false to hide the editor. ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 9, 2007
  • Re: CuteEditor still strips all script elements though I set EnableStripScriptTags = false

    Thanks for your reply. &nbsp; But the example is not like my application.&nbsp;In my&nbsp;previous post, I indicated&nbsp;it works fine when the editor just posts back to itself with being visible. But if you make the editor&nbsp;invisible (Editor.Visible=false) in a postback, then make it&nbsp;visible (Editor.Visible=true) in the next postback, ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 8, 2007
  • CuteEditor still strips all script elements though I set EnableStripScriptTags = false

    I use the version 5.3. For my application, the editor still strips all script elements though I set EnableStripScriptTags = false. &nbsp; My application is an&nbsp;email editor&nbsp;page&nbsp;that allows users to edit 2 versions of email, html and plain text. There is a CuteEditor for html email and a TEXTAREA for plain text email in the same ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 5, 2007
  • Re: What is this? <!-- Inject Script Filtered -->

    For my application, the editor still strips all script elements though I set EnableStripScriptTags = false. &nbsp; My application is an&nbsp;email editor&nbsp;page&nbsp;that allows users to edit 2 versions of email, html and plain text. There is a CuteEditor for html email and a TEXTAREA for plain text email in the same page.&nbsp;I use 2 radio ...
    Posted to Cute Editor for .NET (Forum) by ytang on January 4, 2007
  • Postback changes certain text

    Hi, &nbsp; We use CuteEditor to create contents for email merge. We have some pre-defined merge fields like [[first name]], [[city]], [[zip]], etc. After inserting those merge fields into the body of CuteEditor, then click the&nbsp;submit button, certain merge fields' format got changed&nbsp;after postback automatically, e.g. [[city]] changed to ...
    Posted to Cute Editor for .NET (Forum) by ytang on October 23, 2006
  • Re: Height

    I didn't put CuteEditor inside any controls. However, when I was creating the simple aspx as your suggestion, I figured it out. I'm using&nbsp;Visual Studio 2005 to create the&nbsp;aspx file. The following tag is automatically inserted into&nbsp;the&nbsp;file. With the tag, the CuteEditor always defaults to no height if I use percentage ...
    Posted to Cute Editor for .NET (Forum) by ytang on October 9, 2006
  • Re: Height

    When I use the following code, the Editor still defaults to no height at all.&nbsp;By my&nbsp;testing, any percentage value&nbsp;set to the ''Height'' attribute will cause the Editor defaulting to no height at all. I'm trying to set the height of the Editor appear as 100% of the page. Any ideas? I use the version 5.3. &nbsp; &lt;CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by ytang on October 9, 2006