将组件放置在选项卡视图顶部失败

发布于 2024-11-24 19:59:25 字数 507 浏览 0 评论 0原文

如何将 commandButton 放置在 tabview 标头顶部?

我尝试了这个,但未能将 commandButton 放置在 tabview 之上。相反,commandButtontabview 隐藏

        <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>

How to position a commandButton on top of tabview header ?

I tried out this but failed to position the commandButton on top of tabview. Instead the commandButton gets hidden by the 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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凤舞天涯 2024-12-01 19:59:25

如果您将 position:absolute; 添加到您的 样式它将位于 之上。

If you add position:absolute; to your <h:commandButton> style it will be on top of the <p:tabView>.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文