ListFormBody Element

The ListFormBody element contains the definition of the body for a list form.

Syntax

<ListFormBody>
</ListFormBody>
Parent Elements Child Elements
Form Field, Fields, HTML, HttpVDir, SetVar, Switch

Remarks

The ListFormBody element is used in SCHEMA.XML 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 list form elements in the list's SCHEMA.XML.

Example

The following sample illustrates the layout of list form elements that is used in the SCHEMA.XML files:

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

See Also

ListFormButtons

ListFormClosing

ListFormOpening