gpt4 book ai didi

user-interface - 页眉中的 Primefaces 按钮

转载 作者:行者123 更新时间:2023-12-05 06:46:17 24 4
gpt4 key购买 nike

是否可以在面板的标题内放置一个按钮?

我读过的以下内容应该可以工作,但我无法让它工作。

<p:panel id="panel">
<f:facet name="header">
<p:commandButton value="Click"/>
</f:facet>
<p:panel>

感谢所有能提供帮助的人

最佳答案

header 替换为 actions

<p:panel>
<f:facet name="actions">
<p:commandButton value="Click"/>
</f:facet>
<p:panel>

关于user-interface - 页眉中的 Primefaces 按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17029580/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com