header - Section Header Text
Specifies a visible label for the top of a section.
Category
basicsSyntax
header="label"
Usage
In Design mode, click the top tab under Properties and look for Header, or click All Properties and look for header under basics.When a section is collapsed, only the header is visible.
Examples
This section specifies a header.<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>