ACE组件的CSS样式路径

时间:2012-05-16 13:19:09

标签: css icefaces icefaces-3

我喜欢在jsf页面中为ace组件(icefaces)添加css默认样式,我不知道我应该在jsf页面中包含哪些css样式的路径。对于冰组件,我有以下css路径。

<link href="#{request.contextPath}/xmlhttp/css/rime/rime-portlet.css" rel="stylesheet" type="text/css"/>

提前感谢。

2 个答案:

答案 0 :(得分:0)

这是什么尿素寻找? http://wiki.icesoft.org/display/ICE/ace.theme

答案 1 :(得分:0)

在Web.xml中

<context-param>
    <param-name>org.icefaces.ace.theme</param-name>
    <param-value>rime</param-value>
</context-param>