|
» Configuration examples TreeControl
Examples:
1 |
2 |
3
Configuration example 3
(Figure minimized)
Configuration:
- Limiting the length of the labels on the tabs to 8 digits.
- Other settings as in Configuration example 2.
<html:form action="/sample401/tabsetBrowse" method="post">
<ctrl:tabset
id="man"
name="demots"
action="sample401/tabsetBrowse"
tabs="6"
labellength="8"
width="650"
runat="server">
// see Example 2
|
|
|
|
Configuration examples
TabSetControl
|
|