Interface: FormFieldAdditionalActions

PSPDFKit.FormFieldAdditionalActions

Actions to execute when any of the events is triggered.

Members




Members

(nullable) onCalculate: PSPDFKit.Actions.JavaScriptAction

Action to be performed to recalculate the value of a field.

The name of this event in the PDF spec is C.

Type:

(nullable) onChange: PSPDFKit.Actions.JavaScriptAction

Execute an action when the value of the field changes.

The name of this event in the PDF spec is V and can check the new value for validity.

Type:

(nullable) onFormat: PSPDFKit.Actions.JavaScriptAction

Action to be performed before the field is formatted to display its current value.

The name of this event in the PDF spec is F.

Type:

(nullable) onInput: PSPDFKit.Actions.JavaScriptAction

Action to be performed when the user types a key-stroke into a text field or combo box or modifies the selection in a scrollable list box.

The name of this event in the PDF spec is K.

Type: