Search

You searched for the word(s): Editor.Text Property
Showing page 23 of 61 (605 total posts) < 1 second(s)
  • Re: UseHTMLEntities Property

    Hi aalap,   For example, pasted the text below into editor   Ü Ä Ö   IF UseHTMLEntities set to ''true'', editor will change the characters to ''&#220; &#196; &#214;'' in HTML view.   If UseHTMLEntities set to ''false'', you will see the original characters ''Ü Ä Ö'' not the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 4, 2010
  • Re: EnableStripScriptTags not working version 6.6

    Please refer to example http://www.richtextbox.com/test/EnableStripScriptTags.aspx You can try the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 31, 2010
  • Re: Change HTML code Alert Message and remove [ <div> <p> ] from toolbar Area

    1. Please open CuteEditor_Files\Languages\en-US.xml and modify the following code:   <resource name=''alert_MaxTextLength''>The text to be added has reached the character limit for this field:</resource>   2. Please set the following property to false:   Editor.ShowTagSelector Property Specifies whether ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 20, 2009
  • Re: What is the max character limit that can be set?

    Editor.MaxHTMLLength Property Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.   Example Code       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 6, 2007
  • Re: Having the ability to insert links

    ok that came out a mess. Here it goes again. They are in a datalist. But the templateItemList property wont hold. I am using the version previous to version 6. Any ideas?         <TR>                <TD vAlign=''top'' ...
    Posted to Cute Editor for .NET (Forum) by ny3ranger on June 12, 2007
  • Re: Is it possible to disable Ctrl-V?

    Yes.   Jut set Editor.EditorOnPaste Property to Disabled.   PasteBehavior Enumeration Enumerates the manners in which the editor handles pasted text. [Visual Basic] Public Enum PasteBehavior [C#] public enum PasteBehavior Members Member Name Description Default When you paste text ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 25, 2006
  • Re: HTML reformatted in unordered list

    This is interesting because I just noticed the same problem with the editor appearing to not close <dt> tags. After editing some content, all my </dt> tags were gone!   You said: ''That's the IE behaviour'' and, indeed, when I use the editor in Firefox it does seem to behave differently (the </dt> tags did not get ...
    Posted to Cute Editor for .NET (Forum) by Patzer on April 14, 2006
  • Re: Firefox, Netscape and downlevel browser issues

    >> Firefox: editor is displayed but I textarea and buttons seem disabled as I can't click any of them. Nevertheless, trying the demos on CuteSoft website the editors work in the Firefox version that I'm using.CuteSoft website is using the latest build (02/02/2006).Please download it ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 6, 2006
  • Re: How to integrate CuteEditor for .NET with the DotNetNuke 2.0?

    Goodness, it really is so simple I thought I'd just go ahead and post the code that's needed. Of course this needs to be in a new project with references to DNN and CuteEditor, etc.... standard provider stuff: Keep in mind this is really basic and there is more to do if you want to take advantage of other options but should give you a good ...
    Posted to FAQ (Forum) by lucast on October 7, 2004
  • Re: Text repeating if '&' character is present

     Hi Kenneth,   Thanks for the reply. I added the above Javascript code in the page and the function is being called when the keypress event happens on cuteeditor Editor. But still the PlainTextWithLinefeeds property returns the text as above. ie It repeats the text again and again.   Thanks Prince Thomas 
    Posted to Cute Editor for .NET (Forum) by princethomas on March 22, 2016
« First ... < Previous 21 22 23 24 25 Next > ... Last »