Events and actions supported by form and basic controls
Form/ Form controls | Event supported | Actions supported |
---|---|---|
Form |
Note When using these events in a form, make sure that they are fired in the following order: Loaded, Before render,
After render.
Capture activity forms operate differently from other forms types in how they render. This is due to the ThinClient control, which requires that the onLoad actions complete before the control can fully render itself. So even though the Before render or After render events may have triggered on the containing form, the form itself may not actually have been rendered to the required state. For best practices on form loading events, see
|
All |
Column |
None |
None |
Row |
None |
None |
Cell |
None |
None |
Label |
Selection changed |
None |
Text box |
Text changed |
All |
Button |
Clicked |
All |
Table |
Row selected, Row deselected |
All |
Drop-down list |
Selection changed |
All |
Check box |
Check changed |
All |
Radio button list |
Radio button selection changed |
All |
Calendar |
Date changed |
All |
Tab |
Tab loaded |
All |
Hyperlink |
None |
None |
Image |
None |
None |
Horizontal rule |
None |
None |
Chart |
Clicked |
All |
Tile |
Clicked |
All |