Toolbar icon

Last post 10-21-2009, 4:03 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-21-2009, 3:41 AM 56543

    Toolbar icon

    hi,
     
    from where i can change the toolbar icon, i want to replace the toolbar icon using my own image (not add new toolbar icon)
     
    another problem is
     
    i set "AllowPasteHTML" = false , "EditorOnPaste" = 'disabled',
     
    in internet explorer, it did not allow me to paste, but 'paste' in firefox still working
     
    any other way to set it ?
     
    thanks
  •  10-21-2009, 4:03 AM 56544 in reply to 56543

    Re: Toolbar icon

    Hi goh6613,
     
    Below is an example to tell you how to change the ico of InsertImage button
     
    1. Open file "CuteEditor\Configuration\AutoConfigure\Default.config"
     
    2. Find section below
     
     <item type="image" name="InsertImage" imagename="eximage" />
     
    3. Change the imagename to your image name. If you image name 'hellow.gif', just change to
     
    <item type="image" name="InsertImage" imagename="hellow" />
     
     Note: your image need to put in folder "CuteSoft_Client\CuteEditor\Themes\Office2003\Images"
     
    If you use another configuration file or another Theme, please edit the appropriate file
     
    Regards,
     
    ken
View as RSS news feed in XML