Options
All
  • Public
  • Public/Protected
  • All
Menu

List Form Edit

Hierarchy

  • IListFormEdit

Index

Properties

el

el: HTMLFormElement

The form element.

Optional onControlRendered

onControlRendered: (control: IFormControl) => void | Promise<IFormControl>

The control rendered event.

Type declaration

Optional onControlRendering

onControlRendering: (control: IFormControlProps) => void | Promise<IFormControlProps>

The control rendering event.

Type declaration

Methods

appendControls

  • Appends controls to the form

    Parameters

    Returns any

appendRows

  • appendRows(rows: Array<IFormRow>): any
  • Appends rows to the form

    Parameters

    Returns any

getControl

  • Method to get a control by field name

    Parameters

    • fieldName: string

    Returns IFormControl

getValues

  • getValues(): {}
  • Method to get the form values

    Returns {}

    • [key: string]: any

isValid

  • isValid(): boolean
  • Method to determine if the field is valid

    Returns boolean

save

  • save(): PromiseLike<ListItem>
  • Method to save the form.

    Returns PromiseLike<ListItem>

Generated using TypeDoc