ListForm Element

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Renders a form for the particular list that is specified by a previous SetList element.

<ListForm
  Type = "DisplayForm" | "EditForm" | "NewForm" | "NewFormDialog">
</ListForm>

Attributes

Attribute

Description

Type

Required. Specifies the type of form that is defined. Can be one of the following values:

DisplayForm — The form used to display an item in a list.

EditForm — The form used to edit an existing item.

NewForm — The form used to create a new item.

NewFormDialog — Used only for document libraries, specifying the form that is used as the property dialog box in client-side applications when a file is saved to a document library.

Child Elements

None

Parent Elements

Numerous

Occurrences

Minimum: 0

Maximum: Unbounded

See Also

Reference

SetList Element (View)