Customizing the context menu.

Last post 06-14-2007, 9:51 AM by Anonymous. 1 replies.
Sort Posts: Previous Next
  •  06-13-2007, 8:52 PM 30705

    Customizing the context menu.

    Hi

    After typing text into the text area and right clicking there is a tags and verbs menu is it possible to remove this? If so could you please explain how. I have removed everything i can from the config files but there is still the two menu items in question.

  •  06-14-2007, 9:51 AM 30731 in reply to 30705

    Re: Customizing the context menu.

    In the configuration:
    \CuteSoft_Client\CuteEditor\Configuration\AutoConfigure
     
     <contextmenu>
      <item name="Editing" value="False"/>
      <item name="Format" value="False"/>
      <item name="Insert" value="False"/>
      <item name="InsertAdvanced" value="False"/>
      <item name="InsertFiles" value="False"/>
      <item name="InsertForms" value="False"/>
      <item name="Relative" value="False"/>
      <item name="Tags" value="False"/>
      <item name="Verbs" value="False"/>
     </contextmenu> 
     
    Ady
View as RSS news feed in XML