Binding Condition

Widget binding conditions are very similar to server binding conditions. However, binding conditions in widgets may include two types of references:

See widget binding expressions for more information about widget component references.

Widget Binding Condition Example

cell({env/value}, "altDown") && (cell({env/value}, "keyCode") == 'A') - this expression will trigger a binding those activator is key typed event only if Alt-A key combination was pressed.

Was this page helpful?