Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 539 of 966 (9,656 total posts) < 1 second(s)
  • Re: Cute Editor Prepopulating?

    tremmorkeep, Can you try the following code and get back to me?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 30, 2010
  • Re: Duplicate Entries in Font and Font Size Lists

    B284: The default font and font size dropdowns duplicate the entire list for some unknown reason. Has anyone seen this or know how to make it only show the list once instead of twice? Thanks.   Can you try the following example?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2010
  • Re: Duplicate Entries in Font and Font Size Lists

    Dear B284,   Please mouse over file \CuteEditor_for_NET6\Framework 2.0\bin\CuteEditor.dll, and tell us its timestamp. http://cutesoft.net/example/general.aspx, this is online example, it is latest version, can you reproduce this issue here? Did you make some customization of cuteeditor?   Font size dropdown document can be found at ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 15, 2010
  • Re: Paste from Word

    wallacr: Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(   Below is my code, does it look ok?    <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 17, 2010
  • Re: Using jQuery to access getHTML

    Hi Lharris,   I tested your code, it works for me.   Can you try the example below on you site? <%@ Page Language=''C#'' AutoEventWireup=''True'' %>       <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 17, 2009
  • Re: Modifying Editor Styles and toolbar items

    Hi valya,  how one goes about applying a css style to the edtior window?    two ways   1.  Use properties EditorWysiwygModeCss   Refer to http://www.cutesoft.net/doc/CuteEditor.Editor.EditorWysiwygModeCss.html   2. Use properties EditorBodyStyle   Refer to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 16, 2009
  • Re: Tags not rendering properly in customized cute Editor(only in firefox)

    Can you try the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 20, 2009
  • Re: Capture New and Delete Events

    Hi robinsong,   Try this way:   ------------------------------------------------------------------------->   <%@ Page Language=''C#'' EnableEventValidation=''false'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 14, 2009
  • 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 4, 2008
  • Re: How to get started with Cute Editor

    Hi Bod,   Here is the code in VB:   <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!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 3, 2008