论坛首页 Java版 Webwork

liferay4.3.2增加自定义风格

浏览 224 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
最后更新时间:2008-01-17 关键字: 4.3.2
1.在\webapps\ROOT\html\themes拷贝一个已存在的风格文件改名为你的风格名
2.在\webapps\ROOT\WEB-INF\liferay-look-and-feel.xml文件<custom></custom>元素间增加如下代码:
<theme id="文件夹名" name="自定义">
  <root-path>/html/themes/${theme-id}</root-path>
  <settings>
   <setting key="bullet-style-options" value="1,2" />
  </settings>
</theme>
   
论坛首页 Java版 Webwork

跳转论坛:
JavaEye推荐