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

Execute JS in radpane

1 Answer 36 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 14 Aug 2014, 02:06 PM
Hello.

How do I execute a javascript function inside my RadPane page, from my Parent page?

I get ok access to the pane, but cant access the inside document 

  var contentPane = $find(CenterPane);
          if (contentPane != null) {
              contentPane.???.test();
          }

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 19 Aug 2014, 10:05 AM
Hi Mark,

Please, correct me if I am wrong, but if I understand you properly you want to access the content form an external content of a RadPane. If so, you will find detailed information on the approach you need to use in order to achieve it in the following KB article: Allow export to JSON for complex shapes

If this is not the case, though, could you explain in more details the exact scenario you want to achieve?

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Splitter
Asked by
Mark
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or