codeviewToolbars

  •  05-16-2008, 12:49 PM

    codeviewToolbars

    I'm using a custom configuration file to specify toolbar items in the CuteEditor, which I copied and modified from AutoConfigure/Full.config.
     
    The normal view (<toobars>) section functions perfectly, but any changes that I make to the <codeviewToolbars> section of  the config file do not affect the actual buttons that appear in HTML view. Are the only methods for changing the codeview toolbar item to either use AutoConfigure and edit the Full.config file directly, or set the CodeViewTemplateItemList property. Why won't my custom config file take care of this? Is there another property I need to set to enable code view to use my configuration file?

    (The items I want to add to the codeview toolbar are already in the normal view toolbar.)
View Complete Thread