【发布时间】:2011-12-30 12:44:42
【问题描述】:
我的问题很基本,但在 Google 上找不到答案。我确实想知道我是否遗漏了有关 ice:column 组件的某些内容。
我确实使用如下代码:
<ice:panelGrid columns="3">
<ice:column style="background-color: yellow;">
<ice:outputText value="..." />
</ice:column>
<ice:column>
// row content
</ice:column>
<ice:column>
// row content
</ice:column>
// other rows
</ice:panelGrid>
似乎 column 组件有一个 style 和 styleClass 属性,但是 HTML 中没有呈现任何内容。
如何使用 IceFaces 将样式应用于表格的特定单元格?
提前感谢您的回答。
【问题讨论】:
标签: css jsf-2 icefaces-2