Options
All
  • Public
  • Public/Protected
  • All
Menu

List Form Dialog Properties

Hierarchy

  • IListFormProps
    • IListFormDialogProps

Index

Properties

Optional actions

actions: IToolbarProps

The form actions.

Optional contentType

contentType: string

The content type to target for the list form fields.

Optional controlMode

controlMode: number

The form control mode.

el

el: Element | HTMLElement

The element to render the field to.

Optional excludeFields

excludeFields: Array<string>

The form fields to exclude.

Optional fields

fields: Array<string>

The form fields

Optional item

item: any

The item.

Optional itemId

itemId: number

The item id

listName

listName: string

The list name

Optional loadAttachments

loadAttachments: boolean

Flag to deteremine if we are loading attachments

Optional modalProps

modalProps: IModalProps

The modal dialog properties.

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

Optional onSaved

onSaved: (item?: ListItem) => void

The form saved event.

Type declaration

    • (item?: ListItem): void
    • Parameters

      • Optional item: ListItem

      Returns void

Optional onSaving

onSaving: (item: any) => void | PromiseLike<any>

The form saving event.

Type declaration

    • (item: any): void | PromiseLike<any>
    • Parameters

      • item: any

      Returns void | PromiseLike<any>

Optional query

query: IODataQuery

OData query used when loading an item

Optional template

template: Array<IFormRow>

The list form rows.

Optional visible

visible: boolean

True to display the modal by default.

Optional webUrl

webUrl: string

The relative web url containing the list

Generated using TypeDoc