Creating custom style for cuteeditor

Last post 01-27-2011, 3:13 AM by AWilderbeast. 2 replies.
Sort Posts: Previous Next
  •  01-26-2011, 5:38 AM 65889

    Creating custom style for cuteeditor

    hi all, ive appleid the custom theme to my editor
    <CE:Editor  ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/MyTools.config" 
                runat="server" id="Editor1" Height="500" ThemeType="Custom" ></CE:Editor> 
     
    but when i change the dialog and style.css no changes occur on the editor at all
    i even deleted the entire css from both files and nothing happend, didnt break it or anything
     
    anyone know how to edit it the theme?
     
    Thanks 
  •  01-26-2011, 10:15 AM 65893 in reply to 65889

    Re: Creating custom style for cuteeditor

    Dear AWilderbeast,
     
    After you set property "ThemeType" to "Custom", it will read styles from  folder "CuteSoft_Client\CuteEditor\Themes\Custom\". If you remove "CuteSoft_Client/CuteEditor/Themes/Custom/dialog.css" and "CuteSoft_Client/CuteEditor/Themes/Custom/style.css", clear cache, and then run cuteeditor, you will find the whole style will be changed. dialog.css controls the style of dialog, you can click button "Insert Image", the dialog style will be changed.
     
    Thank you for asking
     
  •  01-27-2011, 3:13 AM 65906 in reply to 65893

    Re: Creating custom style for cuteeditor

    yeah clearing the cache worked! thanks eric!
     
    Thanks 
View as RSS news feed in XML