Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAjaxFormOptions

Hierarchy

  • IAjaxFormOptions

Index

Properties

credentials?: RequestCredentials
messages?: {}

Type declaration

  • [index: string]: string
model?: any
onSubmitDisable?: string
type?: string
url?: string

Methods

  • complete(this: HTMLFormElement): void
  • error(this: HTMLFormElement, e: any): void
  • Parameters

    • this: HTMLFormElement
    • e: any

    Returns void

  • errorFilter(this: IValidation, message: string, errorCode: string, type: string): void
  • responseFilter(res: Response): void
  • success(this: HTMLFormElement, result: any): void
  • Parameters

    • this: HTMLFormElement
    • result: any

    Returns void

  • validate(this: HTMLFormElement): boolean

Generated using TypeDoc