cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer attributes to pop-up window.

selvakumar_mohan
Active Participant
0 Kudos

Hi all,

How to pass the attributes to the pop-uped window. please help me in this regard.

Thanks,

Selvakumar M.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

Refer to this example

WDR_POPUP_TO_CONFIRM

Former Member
0 Kudos

Declare the context node in the component controller so that it will be accessible across views. Or you could simply declare the attributes in the component controller's attributes tab. This can be accessed in the popup view by giving wd_comp_controller->attribute_name.

Regards,

Nithya

Former Member
0 Kudos

Hi,

The best way to do this is to define a node in the component controller with the attributes which you want to share between the 2 views. Map the node to both the views - the view which will be part of the pop-up and the base view.

Now you will be able to access the context node in the pop-up also.

Regards

Wenonah

Former Member
0 Kudos

Hi

i dont think you can pass attributes to a pop up.

instead u can declare the attribute in the cmoponent controller and use that in the main view as well as the pop up window view.

regards

chythanya