FormFieldValueFormat Properties
Allows you to specify format for form field values.| Name | Description |
|---|---|
| CalculateScript | Gets or sets the JavaScript to be performed when the field’s value is changed. This action may check the new value for validity. |
| FormatScript | Gets or sets the JavaScript to be performed before the field is formatted. This action may modify the field’s value before formatting. The scripts are in effect for PDF viewers that support JavaScript. |
| KeystrokeScript | Gets or sets the JavaScript to be performed when the user modifies a character in a. This action may check the added text for validity and reject or modify it. |
| ValidateScript | Gets or sets the JavaScript to be performed to recalculate the value of this field when that of another field changes. |
See Also