Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > onfocus event in RadEditor
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered onfocus event in RadEditor

Feed from this thread
  • tanweer avatar

    Posted on Jun 1, 2011 (permalink)

    Hi 
    I am try to add onfocus to RadEditor as
      this.txtFormatedText.Attributes.Add("onfocus","onfocus();");

    and in aspx page I am clearing html of a span like
    function onfocus() {
                $('#Eror_editor').html(''); 
            }

    but it is not workin.

    any help is greatly appreciated. 

  • Rumen Rumen admin's avatar

    Posted on Jun 3, 2011 (permalink)

    Hi Tanweer,

    See the following help article which shows how to attach to the onfocus event of RadEditor:
    attachEventHandler.

    All the best,
    Rumen
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > onfocus event in RadEditor