Search

You searched for the word(s):  
Showing page 1280 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: just upgraded; editor failing to load...

    Hi,   I am having the same problem - STRESSING!! Client site is live and I do not have a backup of old files.   Not sure how CuteSoft works but the web.config doesnt exist - it doesnt in the older version either so not sure on this one - strange stuff.       Regardless, I would love to know of any solution when ...
    Posted to Cute Editor for .NET (Forum) by smacca on May 18, 2007
  • Re: Link in same window crashes Editor

    It's about IE Cross-Frame Scripting and Security.   http://msdn2.microsoft.com/en-us/library/ms533028.aspx   If you don't specify the target to Same window, Cute Editor can avoid this issue by opening a new window.   If you just want to open the link in the iframe same window. if the link points to another domain, you ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2007
  • Re: CutEditor_OnChange client side event

    Samacca,   Please add the following code in the bottom of your page:   function CuteEditor_OnChange(editor)   {     //when the content be changed..    alert(editor.getHTML());   }    
    Posted to Cute Editor for .NET (Forum) by Adam on May 7, 2007
  • Re: Is the editor broken for IE7?

    This is a known issue and it has been fixed in the coming version 6.0. Here is a work-around. On the top of your page if you have the following code: <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2007
  • Re: Printing issue / Installing on server

    1) Printing Editor.PrintFullWebPage Property By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page. When you set it false, no matter how long the content of editor is, it will print out all the content.  When you set it true, the result will be ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 20, 2006
  • Re: Performance (v 5.2) with 4-5 page documents pasted from Word

    I think I ran into the same issue.  After contacting support I was told to look at http://cutesoft.net/asp/document/CuteEditor.Editor.UseHTMLEntities.html and set editor.UseHTMLEntities = False   If it wasn't set to False, any reload of that page would cause expotentially longer periods of time before I could navigate away from ...
    Posted to Cute Editor for ASP (Forum) by spunkymonkey on December 20, 2006
  • Re: Need Help setting up integration project

    Hi Adam I found following about our portal library (called EDK). It is a set of dll files   Granting any <trust> level below Full could potentially cause the .NET EDK to throw the following error: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.EnvironmentPermission, mscorlib, ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kuljitsingh on October 19, 2006
  • Re: How do I control the default font style in the editor textarea?

      Hello. I appreciate your response. Thank you   I am using the editor in a modified version of ibuyspy portal.   Editing....DesktopModule/RichHtml/Edit.aspx, and inserted the following:<CE:Editor EditorWysiwygModeCss=''~/portal.css'' So the result would looks like:<CE:Editor EditorWysiwygModeCss=''~/portal.css'' ...
    Posted to Cute Editor for .NET (Forum) by LeslieC on October 13, 2006
  • Re: FileStorage - GetFileItems

    salman1210,   Are you using the version 4.x or 5.x?   In the version 4.x or 5.x, if an aspx page which inherits CuteEditor.Dialogs.FileBrowserPage class, developers can get the current directory by CurrentDirectory.   For example, in InsertFlash.Frame.aspx file.   You can find the code ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2006
  • Re: ASP version vs. ASP.NET version

    ytang,   The asp version can be tested using our online demo:   http://cutesoft.net/asp/EnableAll.asp   CuteEditor .NET is more powerful than ASP version. For example, it contains an Online Image Editor, HTML to RTF, RTF tp HTML, output PDF features. For the rest functions, they are on the same code base.   Hope it ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 18, 2006