cancel
Showing results for 
Search instead for 
Did you mean: 

Can any bady send the WDJ application on event handler & plug parameters?

Former Member
0 Kudos

Hi,

Experts,

I have no idea no WDJ Event handler and plug parameters usage if any bady can send me few WDJ application or scenarios which is based on event handler parameters and plug parameters and method parameters.

Thans in advance,

Shaber Ahmed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

NOT ANSWERED

former_member187439
Active Participant
0 Kudos

Please try this scenario for event handling :

Consider an example in which you have two views 1 and 2. Embed view 2 in a window. On click of a button in view 1, open the window which contains view 2. Create a button in View 2 and name it as "back". Now, when the window is opened, your control is in view 2. But u want to go back to view 2. To achieve this, u can either destroy the saved window instance or call an event. To learn event handling, you may create an event in your "component controller", in view 1 (on click of back button) call the method in component controller in which this event is fired and then in your code handle the event in "view 2".

former_member192434
Active Contributor
0 Kudos