Tag <jc:tabpage>
The body of this tag holds the content of one notebook page.
JSP expressions and custom tags are allowed inside the body of
this tag.
| Tag Information |
| Tag Class | net.jspcontrols.tags.TabPageTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes |
| Name |
Required |
Request-time |
Type |
Description |
| label |
true |
true |
java.lang.String |
The caption of the tab. Displayed in one line as a hyperlink,
so make it relatively short. |
| default |
false |
true |
java.lang.Boolean |
True if this tab should be selected if no view is selected,
false if this is not a default tab. |
| roles |
false |
true |
java.lang.String |
A list of user roles separated with commas/semicolons/spaces that
enable this tab. TabInfo is always enabled if roles are not specified. |
| value |
valse |
true |
java.lang.String |
The content of the notebook page, can contain plain HTML, JSP expressions
and tags. Instead of using "value" attribute the content of the page can be specified
as text element of this tag, that is, between the opening and closing tags. |