1 Reply Latest reply on May 2, 2011 7:50 AM by lfryc

    How to display more tabs in richfaces  like firefox tabs?

    mada_harikrishna

      Hi,

       

      I have a requirement like  more tabs that needs to be displayed in a single page without horizontal scrollbar using richfaces rich:tabpanel and rich:tab.

       

      When there are more tabs, an arrow indicating more tabs ahead, and When I click on the next arrow mark, the remaining tabs should appear.

       

      Can anyone please suggest how to achieve this in richfaces.

       

      regards,

      Hari

        • 1. How to display more tabs in richfaces  like firefox tabs?
          lfryc

          Hello,

           

          there is no built-in way to achieve this,

           

          however you could use backing bean which contains list of available tabs and, as addition, list of displayed tabs.

           

           

          Your tabPanel will contain only displayed tabs and also, if needed, control buttons for left/right scroll actions, which will handle the displayed tabs list.