Search

You searched for the word(s): EditorBodyStyle
Showing page 10 of 20 (191 total posts) < 1 second(s)
  • Re: Textarea disabled on first load

    No, it doesn't change things any for us.  The code above was the solution to a previous problem.  Now there is the new ''readonly'' problem in FF2.0 and older.... here is the html that produces this problem, could you please tell me if you see anything <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN''> <HTML ...
    Posted to Cute Editor for .NET (Forum) by OlegS on March 30, 2009
  • Re: Strange behaviour with Java script

    I see. But I can't reproduce the same problem with our DNN 3.1 Demo.   Can you check your web.config file? Please use the following configuation.   <htmlEditor defaultProvider=''CEHtmlEditorProvider'' > <providers> <clear/> <add name = ''FtbHtmlEditorProvider'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 8, 2005
  • Re: How do I control the default font style in the editor textarea?

    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 October 12, 2006
  • Re: Editable area background color

    Phil, just let your know in the version 4.0.0.7 the new Editor.EditorBodyStyle Property has been introduced. This style will be applied to the Editor body. For example: <CE:Editor id=''Editor1'' runat=''server'' EditorBodyStyle=''background-color:tan;Color:white''></CE:Editor>  
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2005
  • Re: Setting Page Properties

    Try Editor.EditorBodyStyle Property.   Editor.EditorBodyStyle Property The style to be applied to the Editor body. Demo: http://www.cutesoft.net/example/EditorBodyStyle.aspx Example Code: <CE:Editor EditorBodyStyle=''background-color:tan;Color:white'' id=''Editor1'' runat=''server'' ></CE:Editor>    
    Posted to Cute Editor for .NET (Forum) by Adam on May 31, 2006
  • Re: HTML Encoded to #s

    Hi Adam, Thanks for your rapid response. _ I have copied all files/folders from v5/bin and cuteSoft_Client _ I use the licence coming with the demo (can I use my old licence file ?) _ I have no problems using the demos (with a localhost virtual dir on IIS)   Code to render the Editor : .aspx : <CE:Editor  ...
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • Re: How to change the default font type and size in editor?

    ylkok, http://cutesoft.net/developer+guide/index.htm#page=Common-Tasks.htm     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 6, 2009
  • Re: HTML view

    This issue has been resolved in the version 4.0.0.7. The new Editor.EditorBodyStyle Property has been introduced. This style will be applied to the Editor body. For example: <CE:Editor id=''Editor1'' runat=''server'' EditorBodyStyle=''background-color:tan;Color:white''></CE:Editor>  
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2005
  • Re: Cute Editor for DotNetNuke 5.X Trial License Installation

    Attached is the web.config file... <configuration>  <!-- register local configuration handlers -->  <configSections>    <section name=''googlesitemaps'' type=''iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapSection, iFinity.DNN.GoogleSiteMapProvider'' />   ...
    Posted to Cute Editor for .NET (Forum) by prempos on June 6, 2010
  • Re: Dynamically set editor background colour VB Re Post 8845

     vb   Public ReadOnly Property bgcol() As String      Get          If Request.QueryString(''bgcol'') Is Nothing Then              Return&n ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 3, 2009
« First ... < Previous 8 9 10 11 12 Next > ... Last »