0

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

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

提前致谢。

4

2 回答 2

0

在 Web.xml 中

<context-param>
    <param-name>org.icefaces.ace.theme</param-name>
    <param-value>rime</param-value>
</context-param>
于 2014-05-05T14:31:35.573 回答
0

那是你要找的吗?http://wiki.icesoft.org/display/ICE/ace.theme

于 2012-05-16T13:56:36.140 回答