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

Last post 02-21-2012, 6:46 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  02-20-2012, 7:09 PM 73086

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

    How do I add drop down buttons for the "table button", "form button", and "paste button" exactly like the ones that are on the toolbar of the write a new post in these forums?
     
    I have searched everywhere to see how to do this.  If I completely overlooked something then I apologize in advance.
     
    I would like to be able to do this so that it cleans up the toolbar area but keeps all the functionality.
     
     
     
     
     
     

     
     
    Filed under:
  •  02-21-2012, 6:46 AM 73104 in reply to 73086

    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 as RSS news feed in XML