Search

You searched for the word(s): Editor.Text Property
Showing page 2 of 61 (605 total posts) < 1 second(s)
  • Re: Corrupted text when pulling from DB

    1.     <%            response.write(''NEW YEAR’S EVE FAMILY FUN DAY'')            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 2, 2009
  • problem cute editor

     hi, i have a big problem. the cute editor don't run. i view its buttons, but don't run text. IE tell me that there is the problem on CuteEditor.Htc.aspx?settinghash=ed136ee2 to row 118 carachter 3872.   Where is the problem?   Myode on this file is      var ...
    Posted to Cute Editor for .NET (Forum) by andriex on July 7, 2005
  • Re: Get/Set Editor Text

    Homecity, >>How can I grab just the plain-text message? Please use 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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • Re: IE8 no menus?

    v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:''Table Normal''; mso-tstyle-rowband-size:0; ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 3, 2009
  • Re: How can I make the text property render html?

    Hi davideo7, You should encoding you html and than paste into editor. Please try the example below. <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <link rel=''stylesheet'' href=''php.css''  ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on June 5, 2011
  • Editor .Text property doesn't change after being set in Page_Load

    I am attempting to load some HTML into cuteeditor on Page_Load, by setting Editor1.Text = <HTML>What I'm finding is that when the save button is clicked, regardless of what the editor content has been changed to, Editor1.Text is the same as what it was set to in Page_Load.In the PostBackCommand event, ((<Appropriate cast>)sender).Text ...
    Posted to Cute Editor for .NET (Forum) by Tobster on October 1, 2010
  • Re: Editor destroys text when Google Toolbar Translation is on.

    pbwbart: Hey,   We use this editor for our CMS system.   When a user has the google toolbar installed, and translation is 'on' the following problem happens.   The user types his tekst the normal way in the editor,   Then when you save it, your tekst is destroyed and looks simular to this: (this also happens on ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 16, 2009
  • Re: Property for the HTML source code in Cute Editor for .NET

    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. Editor.XHTML Property Retrieves the CuteEditor HTML content in XHTML format. Hope it ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2005
  • Re: The New Rich Text Editor

    Hi,   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
  • Re: When I fill the editor with MySQL data

    Please use the Text property.   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.   Example Code ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 25, 2010