Search

You searched for the word(s): EditorBodyStyle
Showing page 2 of 20 (191 total posts) < 1 second(s)
  • Modifying EditorBodyStyle Programatically

    Hi There,   I have a site where the users can update the content using Cute Editor. Some of the content is rendered over a background image. I set the Cute Editor properties as follows : string s_SourceFile = Server.MapPath(dr.GetString(8).Trim()); Editor1.EditorBodyStyle = ''font:normal 10pt verdana; color: '' + ...
    Posted to Cute Editor for .NET (Forum) by BazVoce on June 25, 2009
  • Re: Programatically change the Top Margin/Bottom Margin/Left and Right Margin

    If you are editing complete html file, the margins of the editor is controlled by your own html file.   If not, Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2010
  • Re: Setting font family and size

    Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 13, 2010
  • Re: Setting default font in drop down list?

    Eli,   Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 10, 2009
  • Re: Setting EditorBodyStyle is not get applied

    alvipeo: I used it and I tought I could set one of those files' style to EditorBodyStyle.   BTW, EditorWysiwygModeCss does not process multiple style sheets when multiple paths contain '~'. See my another post.   http://cutesoft.net/forums/31251/ShowThread.aspx#31251    
    Posted to Cute Editor for .NET (Forum) by Adam on July 3, 2007
  • Re: EditorBodyStyle only works for first line of text with non-IE browsers.

    Hi bshamblen, You can find the online demo at http://richtextbox.com/test/EditorBodyStyle.aspx I just tested on firefox 5 and safari 5, it works on both browsers with the latest version. Can you download the latest version and try again? Latest version ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 19, 2011
  • Re: editor background

    apavey,   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 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 5, 2006
  • Re: How to set the backcolor of the editor?

    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 February 22, 2006
  • Re: 1 rename uploaded files. 2+3 fonts

    Dan,   >>Is it possible to rename (add a textbox value) to an uploaded file?   You can rename the files after you upload the files to the server. However if you want to rename the files in the fly when uploading, this feature is not supported.   >>Also i want to set the default font (in a freshly loaded editor) to ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 30, 2005
  • EditorBodyStyle only works for first line of text with non-IE browsers.

    I don't see a demo page for the EditorBodyStyle property on your website, so I can't give you steps to reproduce on one of your demos, but this is how I'm able to replicate in Firefox 5, Safari 5.05 and Chome 12.  1) set the EditorBodyStyle property to the following string ''font-family:'Comic Sans MS';font-size:14pt;''2) Load the ...
    Posted to Cute Editor for .NET (Forum) by bshamblen on July 18, 2011