Binding Activator
A binding activator is a special reference that points to:
- A property or event of a dashboard component
- A property (variable) or event of a server context (see server binding activator)
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: This activator will run when |
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: This activator will run when the |
Was this page helpful?