Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 191 of 966 (9,656 total posts) < 1 second(s)
  • Re: Global or default target= attribute for links

    Thanks, Adam. Your solution works for the case where editors enter links into their content using the CuteEditor link button, which covers the majority of uses in my situation. But I get the same undesired behavior for ''inherited'' HTML that does not have the target attribute set properly. My editors will still have the option of ...
    Posted to Cute Editor for .NET (Forum) by stevehaffner on December 18, 2006
  • Re: Preview Single Click

    Nadir,   Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • Re: New in version 5.2?

    New Features and Improvements: The new Editor.MaintainAspectRatioWhenDraggingImage property has been introduced. /// <summary>/// If you do not want to preserve the aspect ratio when you drag and resize an image, you can set the MaintainAspectRatioWhenDraggingImage property to false. /// By default, ...
    Posted to News and Announcements (Forum) by Adam on March 4, 2006
  • Re: TextArea scroll height problem

    Hi Bubbi:         We have hidden the +/- icons for cosmetic reasons. Now instead we have the following resize logic. How do we write that in cute Editor.    If the text length is 3 lines or less then show minimum 3 lines of text. Else if text length is greater than 3 lines expand the cuteEditor to such ...
    Posted to Cute Editor for .NET (Forum) by Pintod on November 24, 2005
  • Re: Trouble on IE with Default Configuration demo

    I'm not surprised that the problem doesn't show up on your computer... or you would have fixed it long ago. But what setting on my browser is causing the problem?  I've looked at them all, and I don't see any that are obvious and none that I've tried changing make a difference.  It seems that the code that is supposed to install the ...
    Posted to Cute Editor for .NET (Forum) by randal on April 4, 2005
  • Re: AttachEvent for characters left

    Hi SJochums,   Then I suggest you remove the undo/redo button from the toolbar and create your custom button to achieve the undo/redo command, so you can fire another command after them. Like the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 18, 2014
  • Re: Can one share their customer experience going from CuteSoft Editor to RTE?

    Hi Capitolimpact,   The both editor can handle the same html content, and the Rich TextEditor will shows the same format as the CuteEditor. What you need to do just ensure that they has set the same settings.   Just some examples.    Like property "EditCompleteDocument", if you have set this in CuteEditor, but ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on May 16, 2013
  • Cannot add to project

    I'm using VS 2010 (.Net 4.0). I cannot add CuteEditor dll to my project file.  The designer throws an error:      Protected WithEvents edtTemplate As Global.CuteEditor.Editor  And I cannot use the editor in code behind.When I add CuteEditor.dll to the project, I get: Error    460   ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on October 21, 2011
  • Re: Spell check: Wrong word count

    hi, this is Vinod. I am also using CuteEditor in our application. I am also facing the above problem.In spell check it gives me extra count for the wrong words. e.g. if I type 'test testd' in CuteEditor and open spell check window, it gives message as 'Word: 2 of 3'. there are only two words  and it gives count as 'Word: 2 of ...
    Posted to Cute Editor for .NET (Forum) by VinodN on July 29, 2011
  • Re: CuteEditor_OnInitialized does not get fired in Safari and Chrome Browsers

    Hi sanjay.joshi, Try the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 17, 2010