cancel
Showing results for 
Search instead for 
Did you mean: 

call popup window from within table cell

0 Kudos

Hi,

I have a table in which I have to get the data from a popup window.

I would like to know what configuration I need to do in table control in order to get table cell with option to click and open popup window ?

The cell should look the same as when inplementing OVS, only that I would like to build my own custom popup window and call it from the table cell.

Thanks

Ami

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi Ami,

In case you want to open a popup window, u can create a new Window and to open this,

inside your table give a link to action and inside the action handler you can open this window by using WndowManager.

In order to access data from your POPUP, create context variables in your controleer and map these variables to your POPUP view and as well as to your table view.

But I am not sure about OVS.

Regards,

Srini.