Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Creating a popup window in Progressive Web Applications
In a Progressive View, an open popup window looks like an action blade. The popup window does not open in a new window or on a new tab. Instead, it appears as a child window as an action blade by using a docked panel component. The popup window closes automatically when you close the parent window. You cannot move a popup window outside the parent window.
To specify the width of a docked panel:
The blade width is derived from the Width property of the view that you are using in the Open Window action. The following is the behavior:
(View Width <= 250 AND View Width > 0) = Small = 25% of the whole page
(View Width > 250 AND View Width <= 500) = Medium = 50% of the whole page
(View Width > 500 AND View Width <= 750) = Large = 75% of the whole page
(View Width > 750) = Extra large = 100% of the whole page
The following image shows an open popup window in a desktop view:
The following image shows two open popup windows in a desktop view:
The following image shows a mobile view, where the action blade occupies full-screen height and width, which is the default behavior of the docked panel component: