Primefaces tabView:在 p:tab 的标题属性附近嵌入文本
也许,有人遇到过这样的问题,看起来像一个特定的问题,并且涉及 Primefaces tabView
组件。
有选项卡式视图评论模块,我想在选项卡中显示评论数,如下所示:
怎么样如果
动态生成并包含大量 HTML 子元素(ul
、 li
等),则可以嵌入文本。 )?
谢谢你的帮助。
Perhaps,somebody faced such a problem,looks like specific one and concerning Primefaces tabView
component.
There is tabbed view comments module and I would like to display comments number within tab,like this:
How is it possible to embed text if <p:tab>
generated dynamically and contains a lot of HTML sub-elements (ul
, li
etc.)?
Thank you for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在选项卡标题中添加输出。
Bean 看起来像这样:
使用 ajax 更新评论总数:
我无法让更新正常工作在选项卡级别,但更新整个 tabView 是有效的。
You can add output in the tab title.
Bean would look something like this:
Update Comments total with ajax:
I couldn't get update to work correctly on the tab level but updating the entire tabView works.