JSF 网格和单元融合

发布于 2024-10-14 23:58:50 字数 194 浏览 2 评论 0原文

我正在使用 jsf2 (mojarra) 和 primefaces (2.2RC2) 做一个 jsf 项目。

我有一个要在两列和 X 行上显示的对象列表。

但对于某些项目,我想将它们显示在两列上,以形成一个 colspan。

是否可以在某些组件中使用 primefaces 或使用 jsf impl ?

谢谢。

I'm doing a jsf project with jsf2 (mojarra) and primefaces (2.2RC2).

I have a list of objects to display on two columns and X rows.

But for some items, I want to display them on two columns, to make a colspan.

Is it possible with primefaces in some components or with jsf impl ?

Thanks.

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

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

发布评论

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

评论(1

猥︴琐丶欲为 2024-10-21 23:58:50

根据 PrimeFaces 展示,可以使用 PanelGrid。不幸的是,它仅在 3.1 版本中可用。我必须使用 html 表标签来做到这一点。

According to the PrimeFaces showcase it is possible with a PanelGrid. Unfortunately it is available only in the 3.1 version. I had to use html table tags to do this.

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