Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 379 of 966 (9,656 total posts) < 1 second(s)
  • Re: Firefox div tag issue, CE is disabled with errors

    I have the same issue with Firefox 3.0.2 and CuteEditor 6.2. I cannot data enter and when I click on the bold button, for instance, I get:  Command 'Bold' Error : Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]. I understand the suggested workaround in the div styling rather than setting ...
    Posted to Cute Editor for .NET (Forum) by CSVal on December 18, 2008
  • Re: Custom Button pasteing Javascript

    Hi jbucknor,     Try this example:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 5, 2008
  • Re: JavaScript error when trying to use Spellcheck feature

    atcnway,   Can you try the following simple code? If the problem still exists, please set up FTP access and send it to me.   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 1, 2008
  • Re: CSS subclasses possible?

    Adinarayana: I am also facing the same issue reported in this thread. Css class is getting assigned to the newly inserted SPAN tag though i select the entire paragraph ( I tried using Ctrl +A also) and assigned a css class from the drop down.   Please let me know how to resolve this?   similary i am unable to assign specific css ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 5, 2007
  • Re: Issues with F12/Full screen

    The source code of the above example is as following:   <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script runat=''server''> void Page_Load(object sender, System.EventArgs e)  {     if (IsPostBack)   { ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2006
  • Re: HTML reformatted in unordered list

    Peter,   Please use Editor.XHTML Property instead of Editor.Text property.   Editor.XHTML PropertyRetrieves the CuteEditor HTML content in XHTML format.   >>I've just been fiddling around some more and I found out that CuteEditor also strips the closing slash from empty elements like <img>, <br> and ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2006
  • Re: Cannot install Cute Editor .NET in DotNetNUke

    Adam,  >>1. The spell checker doesn't seem to work (I get a popup with an asp.net error message), I get the same issue if I try to edit templates from the templates dialog box.Can you post your error message? Is your site online so you can post a URL?>>2. What is the difference between 'Css Class' and 'Inline Styles' in the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2005
  • Re: Single space appearing in Editor

    guinntiques,  If you are not passing any string into the editor, there should be no space at all.Can you try removing all the other controls from your page?You can use the following code for testing:<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • Re: Passing the HTML from Cute Editor does not work!

    Please save the following as an aspx page.  <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><body><form runat=''server''>    <CE:Editor id=''Editor1'' UseRelativeLinks=true EditorWysiwygModeCss=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 23, 2005
  • Re: 'Specified cast is not valid' when adding a dropdown item...

    Please check this example:   http://cutesoft.net/example/howto/RichDropDown/vb/customize_treedropdown.aspx   You can find the source code of the above example in the download package.   If Not Editor1.ToolControls(''insertcustombutonhere'') Is Nothing Then Dim container As System.Web.UI.Control ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2005