ListFormButtons Element (List)

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.

Contains the definition of a toolbar for a list form.

<ListFormButtons>
</ListFormButtons>

Attributes

Attribute

Description

None

N/A

Child Elements

Numerous

Parent Elements

Form

Occurrences

Minimum: 0

Maximum: 1

Remarks

The ListFormButtons element is used in the Schema.xml file with the other list form elements to create the Display, Edit, and New forms for a list.

You can use the ListForm element to request the rendering of a particular form for a particular list (in other words, of the definitions contained by the list form elements in the Schema.xml file for the list).

Example

The following example illustrates the layout of list form elements that is used in the Schema.xml file.

<Forms>
  <Form Type="EditForm" Url="editform.htm">
    <ListFormOpening>
      ...
    </ListFormOpening>
    <ListFormButtons>
      ...
    </ListFormButtons>
    <ListFormBody>
      ...
    </ListFormBody>
    <ListFormClosing>
      ...
    </ListFormClosing>
  </Form>
      ...
</Forms>

See Also

Reference

ListFormBody

ListFormClosing

Other Resources

ListFormOpening