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>

See also

Code Generation Tags

Code Generation Tag Properties