TabContainer Tag

Purpose

The TabContainer tag identifies a group of related panels that are displayed in a tabbed layout, one panel per tab.

Only GEN:TabPanel tags may be placed within a GEN:TabContainer tag.  Any other tags nested within GEN:TabContainer will cause ASPX generation errors.

Example

<GEN:TABCONTAINER NAME="CategoriesTableControlTabContainer">

     <GEN:TABPANEL NAME="TabPanel">

          <GEN:FIELDVALUE NAME="CategoryName" />

      </GEN:TABPANEL>

     <GEN:TABPANEL NAME="TabPanel1">

          <GEN:FIELDVALUE NAME="Description" />

     </GEN:TABPANEL>

</GEN:TABCONTAINER>

[Application Generation] properties (Iron Speed Designer)

These properties control specific types of controls created by Iron Speed Designer.

Property

Description

Panel layout

PanelLayout

Specifies how child panels are organized on a master-detail (parent-child) page, such as a Show Record page.

Tabbed

Tabbed panels are displayed inside a tab control.

Stacked

Stacked panels are displayed in a vertical column of tables.

ASP.NET Properties

See ASP.NET Control Properties for details.

See also

Code Generation Tags

Code Generation Tag Properties