contextmenus

Last post 10-17-2010, 11:49 PM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  10-15-2010, 8:08 AM 64443

    contextmenus

    In my ContextMenuMode Simple.config i only want to have Insert and remove link
     
    I try with this, but it dont works...
     
     <contextmenus>
      <ref name="InsertLink" />
     </contextmenus>
  •  10-15-2010, 9:33 AM 64444 in reply to 64443

    Re: contextmenus

    Dear kjell.ek,
     
    Please check whether you are using simple configuration file:
     
         Editor1.AutoConfigure  = AutoConfigure.Simple;
    or
        <CE:Editor id="Editor1" Autoconfigure="Simple" runat="server" ></CE:Editor><br />
     
    I tested it on my end, it works.
          
     
    Thank you for asking
  •  10-15-2010, 11:48 AM 64446 in reply to 64444

    Re: contextmenus

    Think you misunderstood me.
    ContextMenu working properly, but I don´t have "insert link" function to work. And I cannot see the insert link function, even if I use Default.config
  •  10-17-2010, 11:49 PM 64460 in reply to 64446

    Re: contextmenus

    Hi kjell.ek,
     
    How to add "InsertLink" menu into the context menu.
     
    1. Open file "CuteSoft_Client\CuteEditor\Configuration\ContextMenuMode\Simple.config "
     
    2. Add the sectioin below into to <contextmenus>
     
     <ref name="InsertLink" />
     
    3. Open file "CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config"
     
    4. Add the section below into <contextmenus>
     
    <define name="InsertLink" text="[[InsertLink]]" command="InsertLink" image="link" />
     
     
    More detail please refer to http://cutesoft.net/developer+guide/scr/Context-menu-customization.htm
     
    Regards,
     
    ken
View as RSS news feed in XML