Is it possible to somehow place the JSF markup for a menubutton inside a tabview's navigation panel(where tabs are listed), so that I can have a list of tabs as a dropdown besides other tabs listed normally in the tabview ? I use primefaces with JSF 2.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You may try simply overlapping the p:menubutton on top of tabview navigation panel. Use z-index higher than that of tabview. |
|||
|
|