Hello,
I need to hide "Insert" in the context menu. I used to use "editor1.EnableContextMenuInsert = false;" in the code to hide it in the version 5.3. But, in 6.0, the property is no longer available. I tried to hide it by changing contextmenu section in my config file, e.g. "<item name="Insert" value="False"/>", but it doesn't work. Is there anyway to hide "Insert" in the context menu? The version I'm using is "CuteEditor 6.0 Build 2007-05-21".
Thanks.