cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to open a modal Window and display another component's view in it?

marie-pierre_mela
Product and Topic Expert
Product and Topic Expert
0 Kudos
185

Hi,

I have 2 separated components in 2 projects. Comp A is using Comp B. And Comp B has an interface view through which data can be passed.

In comp A, somewhere I would like to open a new modal window containing view of comp B. For such I'm using the method createModalWindow (or is there another way ?) But createModalWindow needs IWDWindowInfo windowInfo as parameter and windowInfo can only be gotten from view on same component. I tryed to cheat this by sending windowInfo via interface, but no way.

Any other idea ?

Thanks and regards

View Entire Topic
marie-pierre_mela
Product and Topic Expert
Product and Topic Expert
0 Kudos

In CompA I created an empty modal window. And from there navigated via plug to CompB.

It's working so.

Former Member
0 Kudos

Hi Marie,

I am faced with the same issue. Could you help ou it some detail ?

In Comp A you created empty modal window. Is this a window without a view in it ?

And then how you navigate to CompB via plug exactly ? Is it just an outbound plug

And navigated t a window in Comp B ?

Prem