Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/jsf/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf 在xhtml页面中需要垂直选项卡视图_Jsf_Xhtml_Primefaces - Fatal编程技术网

Jsf 在xhtml页面中需要垂直选项卡视图

Jsf 在xhtml页面中需要垂直选项卡视图,jsf,xhtml,primefaces,Jsf,Xhtml,Primefaces,我需要在我的xhtml页面中有一个垂直选项卡视图。我看到可以使用Primwe Faces p:tabview Orientation=“left”来实现这一点,但我使用的是Primefaces 2.2.1,而Orientation属性在这方面似乎不起作用。我也不能使用jQuery。是否有某种方法可以实现primefaces 2.2.1中方向向左(如中)的垂直选项卡视图的效果 任何帮助都将不胜感激 谢谢, Raaz.在Primefaces 2.2.1中不可能有垂直选项卡视图,除非您自己修改组件(我

我需要在我的xhtml页面中有一个垂直选项卡视图。我看到可以使用Primwe Faces p:tabview Orientation=“left”来实现这一点,但我使用的是Primefaces 2.2.1,而Orientation属性在这方面似乎不起作用。我也不能使用jQuery。是否有某种方法可以实现primefaces 2.2.1中方向向左(如中)的垂直选项卡视图的效果

任何帮助都将不胜感激

谢谢,
Raaz.

在Primefaces 2.2.1中不可能有垂直选项卡视图,除非您自己修改组件(我不建议这样做) 但是,您可以使用来自其他JSF实现的组件,例如openfaces(),但是您需要再次调整CSS样式,使其看起来像您正在使用的primefaces主题