Comment on page
Popover
A Popover is a transient component that shows when the user clicks something with an On Click event handler, such as a Button. A Popover follows the rules of modality, which renders a temporary context to get the user’s attention. The Popover component is only an empty container, able to hold any other UI Component.
It is recommended to give the Popover component a descriptive name, in case of multiple Popovers in a View, to make the configuration of the Open Popover Action Node simpler. The name is used to identify the Popover in the dropdown menu in the Action Node setup.
The point on the anchor component where the Popover will attach to.
The point on the Popover that will attach to the anchor component.
You can place the Popover anywhere in the view, as long as it is not inside a hidden part of the UI. The Popover will open relative to the currently clicked component as an anchor when opened from an App. You may have several Buttons in a View, opening the same Popover when clicked.
The Popover is automatically opened in the UI Designer if a child component is selected in the Application Views section. You may also expand/collapse a Popover design time to reveal its content by clicking Expand/Collapse on the placeholder representing the design time placement of the Popover.
The Popover is closed by clicking outside of the popover when it's open, or by using the Close Popover Acton Node.
If you make a copy of your popover, a new popover is actually created, but with the same name. Please make sure to rename the copied popover, and create new actions for opening or closing this new popover.
Last modified 1mo ago