Binding Activator

A binding activator is a special reference that points to:

A change of a dashboard component or server context variable or an occurrence of a dashboard component or server context event forces this binding processing.

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

The following additional syntax variants are supported:

1. Property of a Dashboard 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 text field named setpoint is edited.

2. Event of a Dashboard 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.

Was this page helpful?