type - Section Type

Specifies the formatting for a section.

Category

basics

Syntax

type="default|wide|box|tab"

Usage

In Design mode, click the top tab under Properties and look for Section type, or click All Properties and look for type under format.

Examples

This section is of type tab.
<xp:section id="section1" header="Phone numbers" type="tab"
	initClosed="true">
	<xp:inputText id="inputText2" value="#{document1.phoneday}"></xp:inputText>day
	<xp:br></xp:br>
	<xp:inputText id="inputText3" value="#{document1.phonenight}"></xp:inputText>night
</xp:section>