cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate from Popup window to View? (Urgent)

Former Member
0 Kudos

Hi ,

I have one popup window in this one button is there. After clicking the button it will open another view in another page..

How to navigate this process in Diagram view?

Please give me the full details asap.

Thanks

Risha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

UP to my knowledge In pop up window you call a outbound plug in particular button and assign that outbound plug to in bound plug of next view (specific view you want).

Thanks,

Tulasi

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

1) First create an embedView.

2) Draw navigation links between Popwindow and newly

created view.

3) open the open navigation modeler .

4) do the context mapping between component controller

and to the newly created view

5) In onEventAction of button for the new view write the

following code wdThis.WdFirePlug<pluname>.

jnmurthi
Participant
0 Kudos

Hi Risha,

use navigation links between the views.

Now,

suppose if u have views V1 and V2

V1 have the popup and on getting the popup window and on clicking the button in the popup fire the plug to V2

wdThis.wdFireplugToV2();

it would navigate to the target view V2.

Regards,

Murthy.