Search

You searched for the word(s): Editor.Text Property
Showing page 6 of 61 (605 total posts) < 1 second(s)
  • Re: SAVE button not working in 6.6 version

    Just for reference, I am pasting the code of the pageeditor.asp file that is having issues with latest version of the editor. This might be helpful.   ======================================================================   <!-- #include file = "ConnStr.asp" --> <!-- #include file = ...
    Posted to Cute Editor for ASP (Forum) by designxtrem3 on February 13, 2014
  • Re: Word count - is there a way to get this property value?

    1. Specifies whether the Word Count toolbar appear.   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 17, 2010
  • Re: Problems with Cute Editor in .NET forms

    rsholtes,   The first issue is a DHTML issue. The javascript in your page has some conflict with CuteEditor client scripts.   For the second issue, can you reproduce the problems in the following example?   http://cutesoft.net/example/general.aspx   Tip:   If you have the following HTML code:   Hello ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2006
  • Re: Span Text Formating Issue

    Verticalapps,   Please try the following example: http://cutesoft.net/example/general.aspx   This example is running version 6.0.   If you are not happy with the result, you can set the following property to true and try again.     Editor.UseFontTags Property Font tags are now deprecated, meaning ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2007
  • Re: App paste option didnt work on CE

    Onkar,   Those button don't exsit.   You need to use Editor.EditorOnPaste Property to specify the paste bahavior. Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text.   Member Name Description ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 24, 2007
  • Re: How do I get started?

    No problem. First off, we must learn how to instantiate, or create the CuteEditor for ASP class. There are 3 stepsinvolved.   Firstly, you must include the CuteEditor for ASP class file. Secondly, you must create a new CuteEditor for ASP class object. Thirdly, you must assign a unique ID to your CuteEditor for ASP control, as shown ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 16, 2005
  • Re: Resize mode property

    Hi rajmohanp,   Try this way <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 13, 2009
  • Re: Customize the right click menu

    1.   How To Control the Context Menu in CuteEditor?    Cute Editor is a context sensitive application, it is aware of it's context and acts accordingly. Many functions of CuteEditor are accessible via the context menus (accessible through a right-click menu in the content area). This section describes how ...
    Posted to Cute Editor for PHP (Forum) by Adam on June 24, 2009
  • Re: Making the Alt required when an image is inserted.

    David,   Please check the following property:   Editor.EmptyAlternateText Property Specify the manners in which the editor handles images without alternate text specified or images with empty alternate text. Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 4, 2008
  • Re: Catching and cleaning of pasted Word

    mehlmann, Please set your Editor.EditorOnPaste Property to:  Editor.EditorOnPaste = CuteEditor.PasteBehavior.PasteWordOr Editor.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord Hope it helps.Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. PasteBehavior EnumerationEnumerates the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 15, 2005
« First ... < Previous 4 5 6 7 8 Next > ... Last »