Editor visual customization

Last post 04-16-2008, 11:01 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  04-16-2008, 5:25 PM 39349

    Editor visual customization

    I'm trying to override the toolbar button images with images of my own. I have the editor property ThemeType set to ThemeType.Custom, and have replaced a few of the images in the Custom folder in CustSoft_Client/CuteEditor/Themes/Custom. The problem seems to be that some of the images will change, and some won't. Are the images being referenced from somewhere else? Embedded resources?
     
    Could you provide me with a list of steps I need to follow in order to Customize the look of the editor toolbar? 
     
    Thanks

  •  04-16-2008, 11:01 PM 39359 in reply to 39349

    Re: Editor visual customization

    sfcalvert,
     
    We have two situations here:
     
    1. Change many button image
     
    In this situation, please modify the CuteSoft_Client\CuteEditor\Themes\Custom\Images\all.png file.
     
    2. Change one or two button images.
     
    For example, you want to change button image for bold button.
     
    A. Create your own button image and name it to mybold.gif and copy it to the following folders:
     
    CuteSoft_Client/CuteEditor/Themes/Custom/Images/
    CuteSoft_Client/CuteEditor/Themes/Office2000/Images/
    CuteSoft_Client/CuteEditor/Themes/Office2003/Images/
    CuteSoft_Client/CuteEditor/Themes/Officexp/Images/
     
    B:
     
    Open the toolbar confirguration file. All the configuration files can be found in the /CuteEditor/Configuration/AutoConfigure folder.
     
    And find the following code:

    <item type="image" name="Bold" />
     
    and change it to:
     
    <item type="image" name="Underline" imagename="mybold" />
     
     
     

    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

View as RSS news feed in XML