Hierarchy

  • FormDefinition

Constructors

Methods

  • Takes the name of a file from the formdefiniton and returns a Promise with the actual file blob

    Parameters

    • filename: string

    Returns Promise<Blob>

  • Gets the formdefinition attachment path of the current Form

    Returns string

  • Takes the name of a file from the formdefiniton and returns a Promise with the actual file path

    Parameters

    • filename: string

    Returns Promise<string>

  • Get a loolup table of all sections, tabs, blocks, condition controls and fields

    Returns ILookupTable

  • Get the FormDev proxy host specified in the form definition

    Returns string

  • Sets the Approve Button label

    Parameters

    • text: string

      text to be set

    Returns void

  • Sets the ApproveDialog message

    Parameters

    • text: string

      text to be set

    Returns void

  • Sets the ApproveDialog title

    Parameters

    • text: string

      text to be set

    Returns void

Generated using TypeDoc