cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a pop up in ui

former_member97974
Participant
0 Kudos

Hi Experts ,

i wanna create a popup in ui .

please guide me with step by step tutorial .

thnx in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member97974
Participant
0 Kudos

got the answer thnx

Former Member
0 Kudos

Hi,

I would suggest to look at any of the standard implementation. Please check the code where popup functionality is available. I am mentioning the overview ..

1) Create a component usage of the component which need to be displayed in the pop up

2) I am assuing that on click of a button the pop up must be launched. If this is the case, then create a popup object by passing the compnent usage name, interface view name and the pop up title.

3) define the close event for this pop up and then open the popup through an inbound plug.

Code for step 2 and 3 are available in all the places where the pop-up functionality is already available.

Regards,

Manas.