Custom JSP tag helps you implement side bar control in XP style.
For example:
and you will get some like this:
|
Note: the evaluation version supports up to 3 options per button
Tags are:
SideBar
Body tag defines a side bar control in XP style. Parameters are:
1) width Describes a width for you control
button
Body tag describes a button for your control. Parameters are:
1) value Describes a value (label, caption) for your button
2) title Optional parameter. Describes a tooltip
3) className Optional parameter. Describes a CSS class for this button
4) menuClassName Optional parameter. Describes a CSS class for options
5) menuStyle Optional parameter. Describes a CSS style for options. Default value
is background-color:#d3d3d3
6) opened Optional parameter. Possible values are true
or false. If this value is true than the appropriate menu will be opened.
Default value is false.
7) disabled Optional parameter. Possible values are true
or false. If this value is true than this button will be disabled.
Default value is false.
option
Body tag defines an option (element) for the button. Parameters are:
1) style Optional parameter. Defines a CSS style for this element
2) className Optional parameter. Defines a CSS class for this element.
for downloading:
Library: sidebartag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.