1. Component library

Page Structures

Version:

This topic describes the page structures in SPEAK. You use these structures to add specific layouts to a SPEAK page.

Dashboard

A Dashboard control is a page structure control that you use to create a Dashboard page.

A Dashboard page displays overview information for an entire application or a specific area of an application. Dashboard pages generally do not provide editing capabilities.

The Dashboard control provides these placeholders:

  • GlobalHeader
  • ApplicationHeader
  • ApplicationContent
  • GlobalFooter (optional)

You can set the ShowFooter property to true. This will display the footer part of the structure. The default setting is false.

List

A List control is a page structure control that you use to create a List page.

A List page generally displays a single list of items. It often has search and filtering capabilities to help users find items. List pages generally do not provide editing capabilities.

It provides these placeholders:

  • GlobalHeader
  • ApplicationHeader
  • ApplicationContent
  • GlobalFooter (optional)

Task

A Task control is a page structure control that you use to create a Task page.

A Task page generally displays detailed information about a single item. A Task page often provides editing capabilities. Task pages usually do not provide many navigation options, other than the ability to navigate back to the previous page.

It provides these placeholders:

  • GlobalHeader
  • ApplicationHeader
  • ApplicationContent
  • GlobalFooter (optional)

Dialog

A Dialog control is a page structure control that you use to create a single dialog page. The Dialog control provides these placeholders:

  • DialogHeader
  • DialogContent
  • DialogFooter

You can set the ShowFooter property to false. This will hide the footer part of the structure. The default setting is true.

SearchResults

A SearchResults control is a page structure control.

It provides these placeholders:

  • ApplicationHeader
  • ApplicationContentMain

Start

A Start control is a page structure control.

It provides these placeholders:

  • ApplicationHeader
  • ApplicationMain
If you have suggestions for improving this article, let us know!