icefaces 3在同一页面上结合了冰和ace组件,风格问题

时间:2012-05-08 08:30:10

标签: styles ace-editor icefaces-3 ice

我在同一个xhtml页面上使用ace:daaTable和其他ice组件。 当我点击o ice:commandButton时,页面样式正在改变。

我试图在web.xml上定义“rime”样式但它没有帮助。

当我定义“无”风格时 param-name:org.icefaces.ace.theme PARAM值:无 点击冰块:commandButton保存页面样式,但是我没有将表格样式更改为“styleClass =”oddRow,evenRow“(这就是我在冰上使用的样式:在我的preios IceFaces 1.8项目中的dataTable”xp “风格。”

有人可以解释如何在表上定义这个styleClass,而不必在每次点击时更改页面样式。 并举例说明如何在ace:component

上使用styleClass

感谢 塔米

1 个答案:

答案 0 :(得分:0)

要包含rime.css,您可以在头部中包含以下行。

          <link rel="stylesheet" type="text/css"
    href="./xmlhttp/css/rime/rime.css" />

如果您想指定自己的样式,可以这样使用。

         <ace:dataTable style="width:200px; height:200px; cellspacing: 1px; 
          cellpadding:1px;" ></ace:dataTable> 

如果要使用styleclass属性,则指定外部css并包含名称。