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.