AbstractThe current and previous cursor position of the input element.
Registers a function called when the control error changes.
Static OptionaldefaultStatic ReadonlyglobalStatic ReadonlyglobalStatic ReadonlyuniqueA control is enabled as long as its status is not DISABLED.
True if the control has any status other than 'DISABLED', false if the status is 'DISABLED'.
The error message for the control.
A control is invalid when its status is INVALID.
True if this control has failed one or more of its validation checks, false otherwise.
A control is pending when its status is PENDING.
True if this control is in the process of conducting a validation check, false otherwise.
The raw value of the control.
The serialize settings of the input element.
The current status of the control.
The "touched" state of the input element.
A control is valid when its status is VALID.
True if the control has passed all of its validation tests, false otherwise.
StatichistoryStatichistoryStaticmaxStaticmaxOptionalblurOptionalchangeOptionalgetOptionalmaskRegisters a function called when the control value changes.
void
ProtectedsetProtectedsetProtectedsetSets the "previous value" of the input element.
void
ProtectedsetSets the serialize settings of the input element.
Sets the "value" property on the input element.
void
OptionalunmaskStaticgcStaticinstanceStaticinstanceStaticstartStaticstop
A base class for form controls and their validation.