Remove options from Insert context menu

Last post 12-19-2008, 9:41 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  12-19-2008, 9:26 AM 47134

    Remove options from Insert context menu

     How can I remove options from the Insert option of the right click context menu in the editor?  Our application does not need the insert Flash, insert Media options, etc, but we DO need the insert Image and Template options.  These have been removed from the toolbars, but they still show up in the context menu.   I see how to remove the whole Insert option, but not different pieces.  Please advise.
  •  12-19-2008, 9:41 AM 47135 in reply to 47134

    Re: Remove options from Insert context menu

    Please Modify the context menu definition file.

    The context menu definition file (Common.config) can be found in the /CuteEditor/Configuration/Shared folder. The context menu definition influences the available context menu items and the order of the context menu items. You can easily customize the context menu to address your unique needs.
    For example, to modify EditGroup menu, you need to change the following code:


     <define name="EditGroup" text="[[Edit]]">
       <subItems>
        <ref name="Undo" />
        <ref name="Redo" />
        <spliter />
        <ref name="SelectAll" />
        <ref name="PasteText" />
        <ref name="PasteWord" />
        <spliter />
        <ref name="ToggleBorder" />
        <ref name="FromFullPage" />
        <ref name="ToFullPage" />
       </subItems>
      </define>


    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

View as RSS news feed in XML