Search

You searched for the word(s): Editor.Text Property
Showing page 20 of 61 (605 total posts) < 1 second(s)
  • Re: DNN 3.1.1, Cute Editor 5 - Setting the EditorBodyStyle property in Web.config

    Ok thanks for your help, after a bit of work, I think I've worked out a good combination that works with DNN. This might be useful for other new users... Here is what I have in my Web.config: ... EditorBodyStyle=''background-color: #FFF; color: #000;'' EditorWysiwygModeCss=''~\Portals\_default\Skins\SKINNAME\skin.css'' ... You should point ...
    Posted to Cute Editor for .NET (Forum) by Lennon][ on September 12, 2005
  • Re: Pasting into editor

    caldwelljr,   What's your Editor.EditorOnPaste Property setting?   Editor.EditorOnPaste Property - Specifies the manner in which the editor handles pasted text.   Please check the following example and find a right solution for your situation: Handle pasted text   http://cutesoft.net/example/editor-onpaste.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on February 5, 2007
  • Re: ftbContent Type

    Marcus,   Just the result code is different:   Editor.XHTML Property Retrieves the CuteEditor HTML content in XHTML format.   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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 13, 2008
  • Re: Getting CSS drop down to work

    Thanks for the help.   The first method I was unable to do as i do not have a folder CuteEditor_Files/Configuration/ or a file in the directories called common.config  As a licence holder am i able to get the latest version?     The second option when putting in the code as below i get the following ...
    Posted to Cute Editor for ASP (Forum) by urbanmike on January 10, 2007
  • Re: Cute Editor 4.5 Method Not Found GetFullHtml()

    Kalpesh, Yes, this method has been removed in the version 4.5. If you set the Editor.EditCompleteDocument Property to false, the editor.Text and Editor.XHTML Property will automatically return the full page html code, including <title>, <!DOCTYPE...> and some other options.
    Posted to Cute Editor for .NET (Forum) by Adam on June 11, 2005
  • Re: CuteEditor Customization - URGENT

    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 27, 2009
  • Re: Incorrect translation using PlainTextWithLineFeeds

    Editor.PlainTextWithLinefeeds Property Retrieves the CuteEditor HTML content in plain text format and replace carriage returns with the appropriate br and p tags for breaks.     HTML does not respect CR and LF in files. All white space is collapsed into single spaces, including tabs and line endings. We must turn them into ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2006
  • Re: Inserting gibberish into database (Using Dreamweaver MX8 .NET C#)

    Thanks AdamI was a little puzzled as I couldn't find this property anywhere. The fact is that the default code doesn't display the property e.g.<CE:Editor id=''NewsItemBody'' EditorWysiwygModeCss=''../example.css'' runat=''server'' ></CE:Editor>So I had to put EncodeHiddenValue=''false'' there myself and ensure it was set to false ...
    Posted to Cute Editor for .NET (Forum) by Gaugu1n on April 11, 2006
  • Re: NetSpell Integration - Trigger Spell Check Externally

    Hi abyssknight,   How to get the clientId of editors which created dynamically.   <%@ Page Language=''C#'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
  • Re: Bulleted List Not Working in Cute Editor

    Actually, what I needed to do was not to remove the wysiwyg property in the editor definition but to modify a section in my css file namely the following in the css was causing the bullets not to show:   body, p, h1, h2, h3, h4, ul, li, table { border-style: none; border-color: inherit; border-width: medium; margin: ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on August 7, 2010
« First ... < Previous 18 19 20 21 22 Next > ... Last »