context menu customization

Last post 02-29-2008, 7:11 AM by skye3000. 2 replies.
Sort Posts: Previous Next
  •  02-28-2008, 2:46 PM 37433

    context menu customization

    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.


  •  02-29-2008, 12:13 AM 37454 in reply to 37433

    Re: context menu customization

    Plesase modify the following file to customize the details of the context menu:
     
    CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-29-2008, 7:11 AM 37464 in reply to 37454

    Re: context menu customization

    that was simple enough. Did exactly what I wanted to. Maby I missread the instructions but is the context  menu supposed to be modified in the toolbar config files?
View as RSS news feed in XML