A Popup View typically floats on top of the primary view in a Perspective Session, and it can be resized and moved around at the user's discretion. Popup Views are great for displaying additional information about an item on the primary view. Popup Views are often opened by components such as a Button on another view. When a user doesn't need to have the additional information displayed on the screen, it can be closed by clicking the Button again or simply closing the view.
When called as a popup, a built-in title bar will be applied to the view if any of the following conditions have been met via the Popup Action configuration, or the corresponding parameters have been set on the appropriate system function, such as system.perspective.togglePopup:
- A non-empty string title is provided (the
title
parameter on scripting functions) - The popup is marked as with a "close" icon, meaning the "show close Icon" setting is enabled (the
showCloseIcon
scripting parameter) - The popup is marked as "Draggable", (the
draggable
scripting parameter).