Select your user interface:

Display a Data Form in the Summary Section

The summary section typically contains a DataForm element to identify a View Data Form to display within the summary section.

Space is Limited within the Summary Section

By default the form fields and other user interface elements on a data form will be displayed vertically. If you are attempting to display a lot of items on the form, you may require a greater degree of control in how you use the limited space in the summary section. In these situations, consider adding a UI Model and corresponding HTML file. to your data form. See UI Model Overview.

However, the data form is not our only choice for display within the summary section. In addition to a data form, we can display any one of the following:

User Interface Elements That the Summary Section Can Display

Element

Description

Actions

Describes the set of actions for the section.

Calendar

Describes a section that is linked to a calendar.

CustomComponent

Describes a section that is linked to a custom user control. This element includes a reference to the assembly name and the class name. You can find an example of a CustomComponent element within the Web Tab of the Widget.Page.XML Widget page.

CustomUIModel

Describes a section that displays a custom UI model.

Dashboard

Refers to a FlashDashSpec that defines a Flash Dashboard catalog component. This spec type includes a list of data lists that provide data to the dashboard and a reference to the .NET component used to render the dashboard in the Infinity shell.

DataForm

Describes a section that links to a data form.

DataList

Refers to the data list used to display rows of data.

DependentSections

Describes the set of sections which are dependent on this section. Dependent sections will be refreshed when InvalidateDependentSections is called from a UIModel in this section.

HelpKey

The path and file name for the help topic for this section. Use the file name of an html file located in the web server deploy help folder or specify a fully qualified URL to an external file.

ListBuilder

Describes a section that displays a list builder.

RelationshipMap

Describes a section that is linked to a relationship map.

Report

Refers to ReportSpec that defines a SQL Server Reporting Services Report. This spec type includes a reference to the name of the Report Definition Language file that contains the definition for the report. It also includes the method to retrieve data for the report, such as stored procedure.

SectionContext

Describes the context for the section.

UIWidget

Describes a section that is linked to a UI widget.

WebPage

Describes a section that displays a web page.

Figure: The Widget page and its pieces