About Popup Bindings
This type of binding may be used to open a Px view in an additional popup window that you can specify and configure in terms of size, location, and content.
The Popup binding is attached to a Px object (such as a button) and configured using the Popup Binding properties. The figure below shows the Popup Binding listed in the Add Binding window.

The Popup Binding has the following properties:

| Property | Value | Description |
| ord | path | You can use ord property to choose the location of the data value to bind the widget. |
| degrade behavior | None or Disable or Hide | Widget disappears when you set Hide, security checks shows permission not allowed. Widget disables when you set Disable and security checks shows permission not allowed. |
| title | text | By default title Pop up appears but User can add any title in web (customize title). %lexicon(kitPx:popupBinding.title)% format also available. It is use to add a title for multilingual stations. |
| position | number | User can set the position of Popup Binding as per requirement. |
| size | number | User can set the size of Popup Binding as per requirement. |
| modal | true or false | User get access to original dialog when set the new dialog with modal true and user need to complete the user dialog before they switch the window when set the modal false. |