Re: changing the items in codeviewToolbars config does not work

  •  04-14-2011, 7:10 PM

    Re: changing the items in codeviewToolbars config does not work

    evidently you can set it when you invoke the editor, hopefully you don't have a ton of different editors to strongarm... just list the items you want to appear.
    example:
     
    $editor = new CuteEditor();
    $editor->CodeViewTemplateItemList = "Print,Cut,Copy,Paste,ToFullPage,FromFullPage"; 
     
     // removed Save,Find,SelectAll
View Complete Thread