<netui:divPanel> Tag
Creates an HTML <div> tag that may contain additional <div> tags.
<netui:divPanel
[dataSource="dataSource"]
[firstPage="firstPage"]
tagId="tagId" />
Creates an HTML <div> tag that may contain additional <div> tags. Only a single section will be visible at a time.
Attributes |
dataSource |
Required: No | Supports
runtime evaluation / JSP Expression Language: No |
|
An expression which identifies which DivPanelState object will store state between posts to the server. |
firstPage |
Required: No | Supports
runtime evaluation / JSP Expression Language: Yes |
|
Set the name of the first page to display. |
tagId |
Required: Yes | Supports
runtime evaluation / JSP Expression Language: Yes |
|
Set the ID of the <div> tag |