Search

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

    Adam, im sorry for having bothered you, the error appeared to be on my side.   What I was doing was;   editor.Text = textTranslated; editor.EnableStripScriptTags = false;   Which should  be;   editor.EnableStripScriptTags = false; editor.Text = textTranslated;     And everything worked fine. I ...
    Posted to Cute Editor for .NET (Forum) by Dtest on September 12, 2007
  • Saving text from editor to the database

    When I paste HTML formatted text and have the editor text saved to a database, it returns with differently formatted html.  This is especially problematic with links <a href> tags without terminating </a> tags, tables, etc.  Is there something we need to change in how we set the editor text value or a different property we ...
    Posted to Cute Editor for .NET (Forum) by chilton on January 14, 2005
  • Re: How Can I change the default font of the text area in the editor

    Tom, Please check the Editor.EditorWysiwygModeCss Property. Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css''
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • Re: Placing a custom button anywhere inside the bar of buttons causes the text value to be incorrect

    Hi Adam,   I used your method, but the content saving failed. The text property of the editor did not update. however if i assigned pos = 0 instead of getting the position from the ''IndexOf'' method, it works fine. but pos = 0 is not the position i intended to put my custom button. Is there something i ...
    Posted to Cute Editor for .NET (Forum) by Aldo on August 24, 2007
  • Re: Paragraph Dropdown

    Stephen,   1.  This CSS item will not work in paragraph dropdown. You need to put it into Css Dropdown.   2. If you want Cute Editor use the Css definitions in common.config, you need to set this property to false:   Editor.AutoParseClasses Property   3.   >>but CuteEditor seems not to be able ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 3, 2007
  • Re: Few basic questions about the new RTE

    Hi Daniel, 1) How do I set the max file upload to be different for Image and Files? Please open file "richtexteditor\config\default.config", you can set the "MaxFileSize" for the special "dialog" under its own ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on September 17, 2012
  • EditCompleteDocument + Loading css from <head> section of document

    I want to use the EditCompleteDocument property but none of the CSS classes from within the <head> of the document are being applied to the content within the editor. I would like to be able  load the complete HTML from a url and have it render within the editor with all of the css classes applied so it looks just like it ...
    Posted to Cute Editor for .NET (Forum) by sincell on January 26, 2011
  • Populate rich txt data into Cuteeditor with all the formatting

    Hi,   Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
    Posted to Cute Editor for .NET (Forum) by adityaraj on May 18, 2010
  • Populate rich txt data into Cuteeditor with all the formatting

    Hi,   Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
    Posted to Cute Editor for .NET (Forum) by adityaraj on May 18, 2010
  • Re: CleanUpHTMLCode

    Paul,   Yes.  You need to check the following properties:   Editor.PlainText Property Retrieves the CuteEditor HTML content in plain text format.   Remarks This property is read-only. If you want to store the document text in a database which is searchable, you can use the output of this property to create an ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2008
« First ... < Previous 29 30 31 32 33 Next > ... Last »