Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create a vertical menu bar in Primefaces?

Tags:

primefaces

Is it possible to create a vertical menu bar in Primefaces?

I am used to pure AJax frameworks like Ext-JS that make this simple but so far I have not seen such a component in PF.

Thanks,

Joe

like image 356
jrobertsz66 Avatar asked Oct 17 '25 19:10

jrobertsz66


2 Answers

It is called tieredMenu. See:

http://www.primefaces.org/showcase/ui/menu/tieredMenu.xhtml

like image 105
Cagatay Civici Avatar answered Oct 21 '25 19:10

Cagatay Civici


You need search TieredMenu in primefaces showcase.

like image 21
Marin Avatar answered Oct 21 '25 20:10

Marin