Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make tabs appear vertically on the side when using PrimeFaces TabView

Tags:

jsf

primefaces

I'm using the PrimeFaces TabView and would like to know if there is a way to make the tabs appear vertically on the side (left or right, preferably left) instead of horizontally across the top.

If anyone knows of any other way to achieve the desired effect using PrimeFaces or plane JSF, I'll take that too.

Thanks.

like image 862
Justin Kredible Avatar asked May 23 '11 14:05

Justin Kredible


1 Answers

Yes its possible. You can use the orientation attribute

like image 117
fareed Avatar answered Sep 28 '22 03:09

fareed