Hyperlinks with Popup Bindings (an example)
You add a Popup Binding to an object that serves as a hyperlink. After adding the Popup Binding, you configure Px and Popup Window properties. This topic describes an added hyperlink using a Popup Binding on a Px Button widget.

In the Px Editor view, a Popup Binding is added to a Px button widget (Popup Weather). This is the default view of the component.
The Popup Binding properties (displayed in the bottom left corner) specify the following:
| Property | Description |
|---|---|
| ord | Binds the component to: slot:/Services/WeatherService/Edinburgh. |
| degradebeharior | No degrade behavior is assigned. |
| title | The title Pop up appears in the top left corner of the Popup Window. |
| icon | The Workbench.png icon is assigned to the top left corner of the Popup Window. |
| position | Window X and Y coordinate screen position is x=100 and y=100 pixels. |
| size | The Popup Window size is 800 pixels wide and 600 pixels high. |