Binding Activator

A binding activator is a special reference that points to:

A change of the widget/server variable, an occurrence of the widget/server event, or a selection of context menu item force this binding's processing.

Widget binding activators support all syntax variants of server binding activators.

The following additional syntax variants are supported:

1. Property of a Widget Component

form/component:property

If the property of component is changed, the activator will run.

Example: form/setpoint:text

This activator will run when text in the test field named setpoint is edited.

2. Event of a Widget Component

form/component:event@

If component has an event called event, the activator will run when this event fires.

Example: form/button1:click@

This activator will run when the button1 button is pressed.

3. Popup Menu Item

menu/component:item

This activation will trigger a binding once a menu item named item is selected from component's context menu.

Was this page helpful?