Hi. How can I get a reference to a RadEditor in a
RadPageView? I tried
$find("<%=RadEditor1.ClientID%>"); but it returs null. Is it because its in a
RadPageView which is inside a RadMultiPage, which is inside a RadPane, which is inside a RadSplitter, etc?
I have a reference to the RadPageView that the RadEditor is in obtained with multiPage.get_pageViews().getPageView(x)
Thanks,
Brian