如何将commandButton
放在tabview
标题的顶部?
我尝试了这一点,但未能将commandButton
置于tabview
之上。相反,commandButton
tabview
<h:commandButton value="View all" style=" float:right; z-index: 1000;" />
<p:tabView style=" z-index: 5;" >
<p:tab ...>
</p:tab>
<p:tab ...>
</p:tab>
</p:tabView>