Search

You searched for the word(s): Editor.Text Property
Showing page 8 of 61 (605 total posts) < 1 second(s)
  • Re: Pre-sales questions

    PaulNewRiver,   Thanks for the interest.   >>will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?   Yes.   >>Will it look the same as it did when the user formatted it in the editor?)   Yes.   >>Are there header or ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 24, 2006
  • Re: Inline styles

    In version 5.0, you can use either font tags or inline styles.By default, it is inline styles.Demo:   http://cutesoft.net/asp/EnableAll.asp Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 7, 2006
  • Can't get the edited text from the cute editor

    Hi             I have put the string into the cute editor using '.Text' property.Now editing that string in the cute editor and read the editor,but the problem is that i am not getting the updated string. so plese suggest me something what sould i do for that.       - Apurva
    Posted to Cute Editor for .NET (Forum) by apurva on December 28, 2007
  • On the client side, how to obtain plain text (like serverside's editor.PlainText) that DOES include whitespace entered by the user

    Using innerText(document.getElementById(ID_OF_EDITOR).GetDocument().body) gets the text with html tags stripped out, but also strips carriage returns.  I DO NOT WANT to strip whitespace, but WANT to strip HTML tags.  Is there a way to do this that returns the same result as the server side Editor.PlainText property??   My ...
    Posted to Cute Editor for .NET (Forum) by robertandrews on December 22, 2009
  • Re: Preview content is not formatted

    Adam: EditorBodyStyle property will be used on Edit mode and preview mode.   It works when running your demo, but it does not work when running local. So maybe some setting needs to be adjusted?   My settings are:               $editor=new ...
    Posted to Cute Editor for PHP (Forum) by TonyX on October 6, 2008
  • Re: Maintaining PHP code

    Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 15, 2009
  • Re: Cute Editor - Issue with BOLD functionality

    Hari,   http://cutesoft.net/example/CommonTasks.aspx   These are two types of text formatting tags -- logical formatting tags ( <strong> and <em> ), which describe the information in the element, and physical formatting tags (<b> and <i>), which specify its appearance. By default CuteEditor use the ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 23, 2009
  • Re: Disabling browser pasting?

    Dan,   Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text.   Example Code       <%           Dim editor           Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 2, 2006
  • Re: Start in Previewmode

    When I use the ''ActiveTab'' modifier I get this error:   Object doesn't support this property or method: 'ActiveTab'   Here's my code:   Set editor = New CuteEditor editor.ID = ''Editor1'' editor.Text = MessageField editor.FilesPath = ''editor/files'' editor.ImageGalleryPath = ''/accounts/'' & session(''AccountID'') ...
    Posted to Cute Editor for ASP (Forum) by renman on May 2, 2008
  • Re: Empty String on post in Editor.Text

    I'm getting the same issues in IE9. I have many sites that I now can't edit with the IE9 browser. The Editor.Text property works fine in FF, Chrome and Opera 9 (although there is an autoheight issue going on. I see there is a thread for this already). Has anybody else come across this issue with IE9? Also, it seems a ...
    Posted to Cute Editor for .NET (Forum) by AbacusWebware on July 12, 2011
« First ... < Previous 6 7 8 9 10 Next > ... Last »