Is it possible to force an instance of an Editor control to use an existing iframe on the page rather than creating its own? We are hoping to accomplish something like this:
<telerik:RadEditor ID="RadEditor1" runat="server" CssClass="RadEditor" IframeId="MyIframe"></telerik:RadEditor>
<iframe id="MyIframe"></iframe>
Thanks,
Paul