Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-978

tabbedPane, 5 improvements.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.5
    • None
    • Tabbed Pane
    • 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);

      Attachments

        Activity

          People

            Unassigned Unassigned
            javaone9 Dave
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: