I'm trying to customize the context menu to exclude features that I have already removed from the toolbar. I have tried adding a context section to my custom configuration, but it does nothing. The only option I have is all or nothing. I would like to use the context menu but I need to remove some of the insert options.
here is the client side
<CE:Editor ID="Editor1" runat="server" AutoConfigure="None" CodeViewTemplateItemList="Print,Cut,Copy,Paste,Find,ToFullPage,FromFullPage,SelectAll,SelectNone"
ContextMenuMode="simple" FilesPath="" Height="450px" RemoveTBODYTag="True" ThemeType="Office2003_BlueTheme">
<TextAreaStyle Font-Names="arial" />
<FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
CssClass="CuteEditorFrame" Height="100%" Width="100%" />
</CE:Editor>
In the back end I specify my custom toolbar config file. That works fine except the context menu.