Custom CSS

Last post 04-13-2006, 9:29 AM by afilipovik. 2 replies.
Sort Posts: Previous Next
  •  04-12-2006, 11:42 AM 18153

    Custom CSS

    I'm using the trial version of CuteEdit. I have the code under "common" folder in my web app. Here is the HTML code on my page:
     
    <CE:Editor id="Editor1" runat="server" ConfigurationPath="common/cutesoft_client/cuteeditor/my.config"
                                  FilesPath="common/cutesoft_client/cuteeditor" EditorWysiwygModeCss="common/cutesoft_client/cuteeditor/my.css">
     
    The editor loads with the toolbar specified in my.config, but CSS Style dropdown has the default values, not ones from my.css. I want to use this method to load my CSS styles. What am I missing here?
     
    Thank you,
    Alex
  •  04-12-2006, 2:25 PM 18160 in reply to 18153

    Re: Custom CSS

    Alex,
     
    Can you check your code and make sure you didn't set Editor.AutoParseClasses Property to false?
     
    If you set this property to false, CuteEditor will stop parsing your style sheet file and use the default values from the configuration file.
     
    Keep me posted
     


    Editor.AutoParseClasses Property

    Specify whether or not the Cute Editor should automagically parse the CSS classes from EditorWysiwygModeCss and populate all items into CssClass dropdown

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-13-2006, 9:29 AM 18197 in reply to 18160

    Re: Custom CSS

    Fixed. My fault. Sorry.
     
    There are two dropdowns: CssStyle and CssClass. I typed CssStyle in the config file for the name of the dropdown.
     
    Thank you,
    Alex
View as RSS news feed in XML