Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.5
-
None
-
None
-
all platforms.
Description
1. add a property to specify how to change Tab: click or mouse over.
2. add mouse events for tab header cell, for example, onMouseOver, onMouseOut, etc.
4. bind current tab index to back bean variable so that server side will know which tab is active when user submits the form.
5. For server side switch, use ajax submit. Fetch data for the first time only. If the tab is already rendered, do not send requests to server side again.
6. allow client side javascript to change Tab.
var tabbedPane = document.getElementById("tabbedPane");
tabbedPane.changeTab(index);