Re: How to add drop down buttons for tables, forms, and paste like in "Forums"

  •  02-21-2012, 6:46 AM

    Re: How to add drop down buttons for tables, forms, and paste like in "Forums"

    Hi dd99,
     
    1. Open file "\cuteeditor_files\Configuration\AutoConfigure\Default.config" (Default.config is the default setting, if you using others, please change the file to yours)
     
    2. Add the section below into the file above 
     
    <item type="dropmenu" name="Paste" group="PasteGroup"/>
    <item type="dropmenu" name="Table" group="InsertTableGroup" imagename="table" />
    <item type="dropmenu" name="InsertForm" group="InsertFormGroup" imagename="insertform" />
     
     
    Please refer to http://www.cutesoft.net/developer+guide/scr/Toolbar_Customization.htm, it shows you how to custom the toolbar buttons.
     
    Regards,
     
    Ken 
     
View Complete Thread