Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Implementing RadColorPicker in RadEditor

Not answered Implementing RadColorPicker in RadEditor

Feed from this thread
  • Posted on Apr 26, 2007 (permalink)

    Requirements

    r.a.d.controls version

    RadColorPicker, RadEditor v7.x

    .NET version

    2.0

    Visual Studio version

    2005

    programming language

    C#

    browser support

    all browsers supported by r.a.d.controls


     
    PROJECT DESCRIPTION
    This example shows how to implement RadColorPicker "Prometheus" for ASP.NET in RadEditor v7.x.

    Basically, there are 2 major conditions that should be met:
    1. The RadColorPicker should be implemented as a custom rendered tool. More information on how to insert custom rendered tools in RadEditor is available in the control's documentation.
    2. There should be different icons for the ForeColor and BackColor tools. This is achieved by providing custom icons in the project and using CSS to assign the icons to the corresponding controls.

     

     

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Implementing RadColorPicker in RadEditor