Describes how the current value
of a form field was set by the user.
SyntaxReference_Syntax.commitKey = "0 | 1 | 2 | 3"
Values
Type
|
Values
|
Integer
|
The value was not
set (for example, if the user presses the escape key prior to the
form field losing focus).
The value is set
when a user left-clicks outside the field.
The value is set
when a user presses the enter key.
The
value is set when a user tabs to a new field.
|
JavaScriptxfa.event.commitKey = "2";
FormCalcxfa.event.commitKey = "2"
|
|
|