Toolbar 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.

Defines the Actions menu in the toolbar of a list view, which is the section of a view that is rendered above the view header.

<Toolbar
  Position = "After"
  Type = "Standard" | "FreeForm">
</Toolbar>

Attributes

Attribute

Description

Position

Optional Text. If Position = "After" is specified, the toolbar will appear below the view body. If not specified, the toolbar will appear above the view body.

Type

Required Text. Specifies the kind of toolbar; this can be set to either Standard or FreeForm.

Child Elements

Numerous

Parent Elements

MetaData

Occurrences

Minimum: 0

Maximum: 1