Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Editor > Changing context menu programmatically client-side

Not answered Changing context menu programmatically client-side

Feed from this thread
  • Matti avatar

    Posted on Mar 3, 2010 (permalink)

    Requirements

    RadControls version

    RadControls for ASP.NET AJAX 2009

    .NET version

    3.5

    Visual Studio version

    2008

    programming language

    C#

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Sample project provides example of how to change the items in the RadEditor's context menu client-side.  The project is in C#, but all the code is javascript. 

    Initially from the forums, link below for history on problem.
    http://www.telerik.com/community/forums/aspnet-ajax/editor/changing-context-menu-programmatically-client-side.aspx

    Attached files

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Mar 8, 2010 (permalink)

    Hi Matti,

    Thank you for sharing your solution with the community.

    I just made few changes:
    1. Implemented the custom command Test
    2. Moved the script tag from the HEAD inside the FORM.
    3. Moved the initial content from the OnClientLoad inside the RadEditor's declaration.

    Your points were updated.

    All the best,
    Dobromir
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Editor > Changing context menu programmatically client-side