Search

You searched for the word(s): Editor.Text Property
Showing page 30 of 61 (605 total posts) < 1 second(s)
  • Re: always centered text

    Step 1. Creat a style sheet file, example.css or open the existing style sheet file.   put the following code in the style sheet file:  body{    text-align:center;}   Step 2. use Editor.EditorWysiwygModeCss Property specify the location of the style sheet that will be used by the editable area. Multiple Style ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 15, 2005
  • Disable "Word Wrap" in Cute Editor Window

    Hello All,        When typing text into a CuteEditor window, when the text reaches the edge of the editor window, it automatically ''wraps'' to the next line and you can keep typing on the next line.  What I have noticed is that there is no formal HTML line break tag (</div>, <br> or </p>) inserted at ...
    Posted to Cute Editor for ASP (Forum) by MaximumK on December 5, 2007
  • Re: Fonts - text area and default

    Please check EditorWysiwygModeCss property and EditorBodyStyle : EditorWysiwygModeCss:   Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example:   editor.EditorWysiwygModeCss = ''example.css,~/portal.css,/default.css''     ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2007
  • BreakElement property of CE

    I am trying to set the BreakElement property of the editor to 'p', so that when the enter key is pressed, paragraph tags are inserted.This is my code to create an instance of the editor:        Dim editorSet editor = New CuteEditoreditor.ID = ''Editor1''editor.Text = contenteditor.BreakElement = ''p''editor.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by tenalps on February 14, 2007
  • Re: Replacing editor in news publishing program

    K, our server is running PHP V5.0.......here is the problem, we're using Vivvo (their editor sucks).... I saw the instructions, and understand that I need to delete all reference java scripts for their editor, but how do I replace it in the files with Cute Editor? I put the Cute Editor folder in the /public/_html/admin folder of the ...
    Posted to Cute Editor for PHP (Forum) by Capper on October 2, 2007
  • Re: Set fixed size of cutesoft text area

    Hello, I can already provide you some info on some of the questions;  1. To have a fixed height & width, i.e. add the following ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 1, 2005
  • Text property does not work

       Hello   I've been tring to use CuteEditor.Net 5.3 in my app I added a button in toolbox and every time thta button is clicked the form is submited my problem relies here... It seems never to update cuteEditor.Text property no matter what i've typed   this a piece of my code ...
    Posted to Cute Editor for .NET (Forum) by Madmicra on February 1, 2007
  • Re: Pasting options

    Thanks for the response. After looking at the example, it appears that my best option is probably PasteCleanHTML.   I found the documentation in the developer's guide about how to control the formatting of pasted text:   ''To control formatting of pasted text, you need to use Editor.EditorOnPaste Property Property and ...
    Posted to Cute Editor for .NET (Forum) by igjoe on December 9, 2008
  • Re: HTML reformatted in unordered list

    Peter,   Please use Editor.XHTML Property instead of Editor.Text property.   Editor.XHTML PropertyRetrieves the CuteEditor HTML content in XHTML format.   >>I've just been fiddling around some more and I found out that CuteEditor also strips the closing slash from empty elements like <img>, <br> and ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2006
  • Re: Handling "hard returns" when pasting text

    >>Is there a way to convert hard returns to a br element on paste? You need to set the following property to PasteText.   Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text. Demo: http://cutesoft.net/example/editor-onpaste.aspx 
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2008
« First ... < Previous 28 29 30 31 32 Next > ... Last »