No, there are only a few buttons on the 'HTML' tab in the CuteEditor 6 which are in the <codeviewToolbars> of the .config file in the AutoConfigure folder. I need add InsertDocument there. I'm trying to add this button in the .config or in the code like this:
editor.CodeViewTemplateItemList = "Save,Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll,InsertDocument"
It doesn't help :(