Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 206 of 966 (9,656 total posts) < 1 second(s)
  • Re: EditorWysiwygModeCss + Doctype +IE9 = broken editor when saving

    Hi MarceIF, How to update to the latest version 1. Download this package http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Delete the old dll files  ''CuteEditor.dll'' and ''CuteEditor.ImageEditor.dll'' in the ''bin'' folder and use the new one in the download package. 3. Delete folder ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2011
  • Re: Access Denied Error when reloading Cute Editor

    Hi yuenli, Can you reproduce this issue by the example page below? Is some test pages online? So we can check it for you. <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 13, 2011
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: Javascript API Document?

    Hi SKH,   If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below  <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2010
  • Re: contextmenus

    Hi kjell.ek, How to add ''InsertLink'' menu into the context menu. 1. Open file ''CuteSoft_Client\CuteEditor\Configuration\ContextMenuMode\Simple.config '' 2. Add the sectioin below into to <contextmenus>  <ref name=''InsertLink'' /> 3. Open file ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 17, 2010
  • Re: attachements

    You can click button ''Downloadable Files'', and then upload file. If you want to use the uploaded files later, you only need click it and then insert it to editor area, othere users will can right click the file and save to their local computer. If you want to click one button and then select some files and then send it, you ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 19, 2010
  • Re: Client-side script to disable the Editor?

    rschaeferhig: Adam,   I don't see how that example applies. We've already got the Editor on the page and configured the toolbars with our own buttons, etc. I need to know if there is a way to disable the Editor control in Javascript on the client side. Removing the toolbars or not is a secondary requirement.    There is a ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 18, 2010
  • Re: Changing Image URL while Draging on the Editor

    Hi nisha@promactinfo.co.in,   Try   <%@ Page Language=''C#'' Debug=''true'' %>           <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 30, 2010
  • Re: Paths on image upload. simple question i hope ?

    fairlands: Hello Eric   Thank you for that link, i am kind of on the right track now ....almost but not quite and woudl realy appreciate some advice on this   I edited the image gallery path in the security file   from   <security name=''ImageGalleryPath''>/uploads/</security>   to ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 11, 2009
  • Re: saving a fixed color pallete????

    Hi mook,   You can put this code anywhere on the page, like:   ------------------------------------------------------>   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 14, 2009