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

How to reference opener in child window opened with radopen

2 Answers 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
javier
Top achievements
Rank 1
javier asked on 08 Mar 2011, 11:13 PM
Hi there,


I used to have a child window which referenced a js function (let's say MyFunc) on parent by using window.opener.MyFunc().
I changed to radopen and window.opener.MyFunc() does not work now.
I first thought it was due that child is not exactly a different window so I just used MyFunc() but it still does not work.
So, how can I reference a js function on opener in child window which was opened with radopen?

Thank you so much,


Javier Andrés Cáceres Alvis

2 Answers, 1 is accepted

Sort by
0
javier
Top achievements
Rank 1
answered on 10 Mar 2011, 09:43 PM
any idea?
0
Shinu
Top achievements
Rank 2
answered on 11 Mar 2011, 06:42 AM
Hello,


The following documentation shows how to call functions between windows.
Calling Functions in Windows

Also check this for more information.
Using RadWindow as a Dialog


-Shinu.
Tags
General Discussions
Asked by
javier
Top achievements
Rank 1
Answers by
javier
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or