DsPdfJS API - v9.1.0
    Preparing search index...

    Class ActionSubmitForm

    Represents an action that causes a script to be compiled and executed by the JavaScript interpreter.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get canonicalDateFormat(): boolean

      Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.

      Returns boolean

    • set canonicalDateFormat(value: boolean): void

      Gets or sets a value indicating whether any submitted field values representing dates are converted to the standard format described in PDF specification.

      Parameters

      • value: boolean

      Returns void

    • get excludeSpecifiedFields(): boolean

      Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.

      Returns boolean

    • set excludeSpecifiedFields(value: boolean): void

      Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.

      Parameters

      • value: boolean

      Returns void

    • get fields(): (string | Field)[] | null

      Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.

      Returns (string | Field)[] | null

    • set fields(value: (string | Field)[] | null): void

      Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.

      Parameters

      • value: (string | Field)[] | null

      Returns void

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get includeFieldsWithNoValue(): boolean

      Gets or sets a value indicating whether the fields without a value should be included in request.

      Returns boolean

    • set includeFieldsWithNoValue(value: boolean): void

      Gets or sets a value indicating whether the fields without a value should be included in request.

      Parameters

      • value: boolean

      Returns void

    Methods