Search

You searched for the word(s): Editor.Text Property
Showing page 21 of 61 (605 total posts) < 1 second(s)
  • Re: "é" automaticly converted to "&#233;", how to disable it?

    Editor.UseHTMLEntities Property By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to ''false''.   Example Code       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 8, 2008
  • Editor.CultureType.Custom?

    This enumeration is removed for 6.0.  We had used this to specify the CustomCulture property.  In CuteEditor 5.3, the following text appears as:   Él/Ella él/ella él/ella de él/de ella De él/De ella   In 6.0,    I can't even paste what was shown into this editor with a ...
    Posted to Cute Editor for .NET (Forum) by btran on April 10, 2007
  • Enabled Property not working

    Hi,   I have a screen that has different modes and sometimes I want to disable the editor unless the user clicks a button.  However, when I set the editor to disabled, it still works.  The only thing that changes is the dropdowns (CSS Style, Size, etc) turn gray.  They still work though.   Can you please explain to me ...
    Posted to Cute Editor for .NET (Forum) by jbrigham on February 16, 2007
  • Re: Paste from word document

    Praveen, 1. What actually happens from the users point of view if they chose not to clean the code? When you pasting the content from Word into the editor, the non-required code that usually comes with pasting from Word. 2. Will there be any problem with the outer page layout in my application if I chose to clean the code? See ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: info about cute editor

    Using multiple instance on the same page i need: - to load the toolbar only when a textarea is focused    This feature can be implemented.When textarea is focused, you can set the style of class ''CuteEditorToolBarContainer'' and let it be displayed, if textarea is not focused, set its style to ''display:none'' - to change height, ...
    Posted to Cute Editor for PHP (Forum) by Eric on June 15, 2010
  • Re: Install directory of Cute Editor for ASP question

    jonpfl, >>What is the bare minimun to install to get this to run.  I do not need all the examples on the test server   You can use one skin file if possible.   You can leave one simple example page like:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 30, 2010
  • Re: Object doesnt support property or method

    You are using the .NET javascript API.   For the classs asp, please use the following code instead:      <%    dim content    content = ''Type here''     Dim editor    Set editor = New CuteEditor    editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 7, 2006
  • VB Access Database Record Update

    I am trying to update a field in an Access Database. There is no problem loading the field into the editor. I can add text ok. When I try HTML code I get a Server Error (shown below). I have attached the Editor file (also below) What do I need to do to correct the problem? Server Error in '/cutesoft' ...
    Posted to Cute Editor for .NET (Forum) by stevef on June 14, 2009
  • Re: Totally lostSe

    robt, We didn't mention any .NET help file. Please read the following email again.   Hi Rob,   There is a developer'd guide in the download package.   CuteEditorforASPDeveloperGuide.chm     There is also an online deployment instruction:   http://cutesoft.net/asp/Deployment.asp   >>Replace ...
    Posted to FAQ (Forum) by Adam on November 8, 2005
  • Re: Cannot get DEFAULT.ASPX working ...

    Paul, Glad to know you got it working. >>Getting the value from the CE:Editor tag using JavaScript  This example may help:  http://cutesoft.net/example/dad.html >>Getting the value from the CE:Editor tag using codebehind You can just use the Editor.Text property or Editor.XHTML property to get the value from the ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 1, 2005
« First ... < Previous 19 20 21 22 23 Next > ... Last »