User should be able to enable/disable tabs in the tabbedpanel tag
-----------------------------------------------------------------
Key: WW-1909
URL: https://issues.apache.org/struts/browse/WW-1909
Project: Struts 2
Issue Type: Improvement
Affects Versions: 2.0.7
Reporter: Musachy Barroso
Assigned To: Musachy Barroso
Fix For: 2.1.0
If users set "disabled" to true in any of the tabs, the tabbedpanel tag should disable them.
Disabled tabs will be applied a class specified in "disabledTabCssClass" in the tabbedpanel
tag. Users must be able enable/disable tabs at runtime using the this functions in the tabbedpanel
widget:
enableTab(t)
disableTab(t)
where 't' can be:
a number: index of the tab
an string: id of the tab
an object: the tab widget
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|