Search

You searched for the word(s): EditorBodyStyle
Showing page 11 of 20 (191 total posts) < 1 second(s)
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
  • Re: Questions about DropDowns

    Thank You Adan .... I'll try to create a demo ....... Just one small question ?¿ .... If I want to change the style of this editor ... for example BackGround Color = Pink....., letter style arial 12 ... as a defect for all the dokument ..... (by code) How can it be done ? I tried  EditorBodyStyle, Style but nothing Many ...
    Posted to Cute Editor for .NET (Forum) by Jugador on June 16, 2005
  • Re: DNN3.1.0 Trouble with Toolbar and Roles

    Antony, You can remove most of settings.  Then CuteEditor will use the default configurations.For example: <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 17, 2005
  • Re: Setting CSS instead of CSS file

    Harrie,Please use the Editor.EditorBodyStyle Property: The style to be applied to the Editor body.    <CE:Editor id=''Editor1'' EditorBodyStyle=''background-color:tan;Color:white'' runat=''server'' ></CE:Editor>Hope it helps.
    Posted to Cute Editor for .NET (Forum) by Adam on July 7, 2005
  • Re: Text not saving on IE9 - EditorWysiwygModeCss problem

    Hi boondooa,   On IE9, if you click on submit, the text is not saved. But if you change the thumbnail to HTML or Preview before clicking to Submit, it will works.  Is your site online? If so, can you poste the test page url? So I can check it for you.  Second issue, if you set the ''ceBackground'' class in example.css with ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 27, 2011
  • Re: Modifying Editor Styles and toolbar items

    Hi valya,  how one goes about applying a css style to the edtior window?    two ways   1.  Use properties EditorWysiwygModeCss   Refer to http://www.cutesoft.net/doc/CuteEditor.Editor.EditorWysiwygModeCss.html   2. Use properties EditorBodyStyle   Refer to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 16, 2009
  • How to Get Rid of the "Save" Icon on the Minimal Configuration

    Cute Editor 6.3.0.0.  Visual Web Developer 2008 Express.   I have a Cute Editor control on my page set up as ''minimal.''  The only things that show on the upper tool bar are save, bold, italic, underline, and text justify buttons.  If I click the ''save'' icon it does strange (and unwanted) things to my system.  ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on August 13, 2009
  • Upgraded .NET 1.1 to 3.5 and now Cute Editor does not load

    We have recently upgraded our web application from .NET v1.1 to v3.5 using VS2008. This was done by opening the original project file in VS2008 which invoked the update wizard.   Once the update had completed and then having spent several days fixing a dozen errors and a few hundred warnings; I cam to test several dozen web pages out ...
    Posted to Cute Editor for .NET (Forum) by Matthew Cavill on June 11, 2009
  • Background color of the editor changed by javascript

    I would like to change the background color of the editor by using javascript.  I have seen examples with classic asp and earlier versions of the editor, but I can't seem to figure it out with the latest version 6.0 and asp.net.  var oEditor = document.getElementById('CE_Editor1_ID'); oEditor.EditorBodyStyle = ...
    Posted to Cute Editor for .NET (Forum) by lafleshman@jacksonkelly.com on December 9, 2008
  • Toolbar Missing & Wrong Images

    Hi the tool bar is not showing the insert table icon, it is coming up as a missing image? (see image)   I have typed the url directly and it is in the folder and showing in the source code. (see source code)   Also the Insert Image is showing as the inser Flash ...
    Posted to Cute Editor for .NET (Forum) by webxel on April 7, 2008
« First ... < Previous 9 10 11 12 13 Next > ... Last »