Search

You searched for the word(s): Editor.Text Property
Showing page 32 of 61 (605 total posts) < 1 second(s)
  • Re: Can't disable Right Click

    James, First this is an example to disable the built-in context menu: http://cutesoft.net/example/EnableContextMenu.aspx I think you need to check the Editor.EditorOnPaste Property (Specifies the manner in which the editor handles pasted text. PasteBehavior Enumeration) and PasteBehavior Enumeration (Enumerates the manners in which the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 26, 2005
  • Text repeating if '&' character is present

     I am using cuteEditor version 6.7 in my project which helps users to type the email body. If the user has enetered '&' instead of 'and' in the email body,  the email text repeates the text upto the '&' and appends with original message. We use the property PlainTextWithLinefeeds to read the ...
    Posted to Cute Editor for .NET (Forum) by princethomas on March 21, 2016
  • Using a single page object as the Cute Editor target

    I've just purchased Cute Editor and would like to see any code samples in VB for ASP.NET 1.1 that show how to instantiate a popup window containing the editor so I can re-use it across multiple pages and multiple instances on a single page. I have a Quality Assurace application that has between 3 and 10 fields which I want to convert to true rich ...
    Posted to Cute Editor for .NET (Forum) by pstanford on November 18, 2010
  • Re: Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?

    I cannot get this code to work. Can anyone identify where I am going wrong!? Assume all ID's are correct (I am wiring this in using ClientID property of controls).   ----------------------------------------------------------------------------------------     <script language=''javascript'' ...
    Posted to Cute Editor for .NET (Forum) by smacca on April 10, 2006
  • Re: ctrl +v

    Hi wolf11th,   Yes, you can set property EditorOnPaste to PastePureText, then it will paste plaint text by default.      <CE:Editor ID="Editor1" runat="server" EditorOnPaste="PastePureText">         ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 29, 2014
  • Re: non breaking spaces in version 6.6

    Dear Jorbo,   You can find the source code of http://cutesoft.net/asp/EditorOnPaste.asp?EditorOnPaste=PasteText in download package,  you need set the following property:       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Eric on April 8, 2010
  • Re: new to cute editor

    scmanduva,   Please use the following propety to set/get the content of cute editor. Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted. ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 19, 2008
  • Re: HTML Conversion/Cleaning/Corruption

    Hi rhonsberger,     I used the way below to load your htm file programmatically for the editor Text property, it shows correct. can you try it ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on April 7, 2014
  • Re: onkeyup and onblur events

    Simon,   >>(because as far as I can tell, onblur isn't suppored by a html table).   I think the onblur event also apply to html table.   Please check http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onblur.asp Applies To A, ACRONYM, ADDRESS, APPLET, AREA, B, BDO, BIG, ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2005
  • Re: Tweaking the tool bars appearence

    1..How can I manage the style of the tool bars background?  In particular the nice gradient you have on all your examples (except minimal configuration) including the vertical five dots at the start of the tool bar  Please modify the style.css.asp file. <%=editorid%> .CuteEditorGroupMenu {display: inline; ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 4, 2005
« First ... < Previous 30 31 32 33 34 Next > ... Last »