This is a migrated thread and some comments may be shown as answers.

External Content in RadPane

1 Answer 106 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 22 Oct 2008, 08:08 PM
I am using a RadPane to display content from an external web page in my application.  If the user clicks on links in the external content and navigates to a different page than that was orginally loaded in the RadPane, the src URL does not update to reflect the current web page address.

How can I get the current address that is loaded into a RadPane?

Also, would like to convert the contents of the RadPane to a PDF file for archiving purposes in my application.  How can I get the HTML content that is loaded into the RadPane?

Tim

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 23 Oct 2008, 08:19 AM
Hi Tim,

When you have an external page loaded in a RadPane you actually have an IFRAME element. This being said you can implement your logic by using a standard IFRAME element instead of RadPane. After you have built your scenario with the standard HTML element you can apply the same logic to the RadPane's content IFRAME - to reference it you should use the RadPane's getExtContentElement method.

In case you implement the IFRAME scenario and you experience problem in the implementation with the RadPane, please open a new support ticket and send me the project which uses the IFRAME - I will modify it for you in order to use a RadPane instead of the IFRAME.

Regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Tim
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or