Search

You searched for the word(s): Editor.Text Property
Showing page 56 of 61 (605 total posts) < 1 second(s)
  • Re: Firefox issues (Paste from Word/Cleanup, BreakElement)

    >>can we somehow split between XHTML and normal HTML content?  We are working on this.>>And I would also like to see <I> not <em>.We will add a new property in the next version.Editor.UsePhysicalFormattingTags PropertyThese are two types of text formatting tags -- logical formatting tags ( <strong> and ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 22, 2005
  • How to set CuteEditor for ASP.Net to ReadOnly?

    Hi there,   In ASP how do I set the editor to readonly so that I can display some text without letting the user edit it?   I have tried using the ReadOnly=''True'' property in both ASP and in the codebehind with absolutely no luck.  I've tried disabling it, enabled=''False'' etc.  No luck.  You're examples show how to ...
    Posted to Cute Editor for ASP (Forum) by wgraves on February 8, 2006
  • Other possibilities for solving typing delays in long documents

    Adam,   You mentioned that the main reason for the typing delay is because CE is cleaning the HTML code as the user types.   Why not consider this another way: Provide an option to use CE strictly as a text editor and when this option is set true, don't do any such cleaning or other actions on keydown that might delay the typing from ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 24, 2007
  • Re: How to remove unneeded buttons

    >>I need to remove Normal view button.   Please check the following properties: Editor.ShowBottomBar Property Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.     >> Also on “create link” form: Link, General and Style Builder buttons   There is dialog ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 5, 2007
  • Re: Update doesnt work

    You can use .Text property to extact the editor content and set the content of editor.   Please check the following examples:   Work with the DataGridDatabase Example   The source code of the above examples can be found in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on February 20, 2009
  • Re: Richtexteditor didn't work in edit view

    Hi Fahman,   1. Which version you are using? asp.net/php/classic asp?   2. You can set the content for editor by property "Text".   Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 7, 2013
  • Re: Fonts - text area and default

    dudu:Only Editor.EditorBodyStyle  is effective.   Please check this example:   http://cutesoft.net/example/Using-External-Style-Sheets.aspx   It uses EditorWysiwygModeCss property.    
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2007
  • Re: CSS dropdown menu renders full screen

    I can, but then I would have to deploy 6 to the live site, and I can do that right now. It is easy to reproduce. Please do the following:   1) Create external css file with this definition inside it   .ceTest {  float:right; }   2) Create your aspx file using the below code (IMPORTANT: note that the page uses the ...
    Posted to Cute Editor for .NET (Forum) by jattwood on April 23, 2007
  • HTML OUTPUT in the Text Area

        Hi,   CuteEditor.Editor.XHTML property is supposed to return the HTML format from the Text Editor, However it does not work! any idea?   Thanks,    
    Posted to Cute Editor for .NET (Forum) by netdeveloper on September 21, 2005
  • RichEditingIsAvailable is Always False

    CuteEditor always appears as a textarea with no toolbars or richtext options. While trying to get to the bottom of this I've noticed that the property RichEditingIsAvailable is False. This has been tested on WinXP SP2, IE6 and IE7 RC1 and EnableClientScript returns True on all machines tested.   Interestingly this only occurs when I'm ...
    Posted to Cute Editor for .NET (Forum) by mike_f1 on September 4, 2006
« First ... < Previous 54 55 56 57 58 Next > ... Last »