cancel
Showing results for 
Search instead for 
Did you mean: 

Same view in window and popup

Former Member
0 Kudos

I have a view1 and two windows say window1 and window2 and window2 is popup.View1 is embedded in both windows.view1 has a button which triggers a popup window window2 with view1 inside it..

Is it possible to have same view in both normal and popup window?

Thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Gowtham
Contributor
0 Kudos

Hi Mani,

Yes you can use the same view as a popup , but can you please brief why do you want to use the same view as popup.

- Gowtham

former_member222068
Active Participant
0 Kudos

Hi Mani,

If a view is displayed as main view, then the same view cannot be displayed as popup view.

If so, create a another view and assign it to different window, to display as pop up.

Thanks & Regards,

Sankar Gelivi

StefanRoesch
Active Participant
0 Kudos

Hi mani,

a view of one component can't be visible more that one time at once. When your Popup-window 2  is visible also windows 1 stays visible.

What you can do is to move this view to another component and then have two component usages within your component 1 referring to the new component 2.

Then you can embedd the view 1 of usage 1 to window 1 and  view 1 of usage 2 to window 2.

i hope this helps.

Stefan.

Former Member
0 Kudos

Hi,

Yes you can embed views in windows and display as popup as per your requirement.

But why you want to show VIEW1 as popup in same view VIEW1?.

Thanks

KH