I'm trying something very simple. I'm using a custom validator that needs to check the length of the RadEditor. I'm using Q1 2013.
Any ideas???
I get this:
Error: Unable to get value of the property 'get_html': object is null or undefined
From this:
Any ideas???
I get this:
Error: Unable to get value of the property 'get_html': object is null or undefined
From this:
alert($find(
"#<%=RE_ChangeComments.ClientID%>"
).get_html().length);