Re: contextmenus

  •  10-17-2010, 11:49 PM

    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 Complete Thread