變更流程總結起來還是蠻簡單的︰
- 首先可以到這裏選一個喜歡的主題,記下它的名字
- 然後到這裏下載它的jar檔案(點名字再選版本就看到了)
- 接著把jar放到build path中
- 打開WebContent->WEB-INF->web.xml,加入以下設定就可以了
<context-param>Reference: Primefaces Themes Example and Custom Themes Tutorial
<param-name>primefaces.THEME</param-name>
<param-value>主題名字(如︰cupertino)</param-value>
</context-param>
No comments:
Post a Comment