嗨,我是這種技術的新手。我從這裏下載Primefaces。 primefaces.jar
只與aristo theme
設置。但我需要在我的網站上應用bootstrap
主題。我下載了twitter bootstarp css。如何配置這個主題到我的JSF primefaces
。如何將Primefaces Aristo主題配置爲Twitter Bootstrap主題
1
A
回答
6
你不能。然而PrimeFaces已經有一個名爲Twitter Bootstrap的主題。他們還解釋了爲什麼bootstrap文件不應該混入到該鏈接的PF中。如果你想這個主題應用到你的項目,download theme jar和配置你的web.xml:
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>bootstrap</param-value>
</context-param>
或者,看到櫥窗例如讓用戶選擇一個主題:showcase example
相關問題
- 1. Primefaces主題配置
- 2. Twitter Bootstrap主題
- 3. 如何將bootstrap主題模板轉換爲wordpress主題?
- 4. primefaces主題破
- 5. 多Primefaces主題
- 6. Twitter Bootstrap主題是否可以與Wordpress主題互換?
- 7. Twitter Bootstrap Vs Themeforest管理主題
- 8. Orchard Bootstrap主題
- 9. Drupal 7 Homebox模塊和Twitter Bootstrap主題
- 10. 爲kafka主題配置ACL
- 11. Primefaces移動主題
- 12. Durundal Bootstrap主題
- 13. 如何將主題設置爲ProgressDialog?
- 14. Select2 4.0.0 Bootstrap主題
- 15. Bootstrap邊欄主題
- 16. Bootstrap主題按鈕
- 17. 如何將主題設置添加到基於Zen的主題?
- 18. Drupal 7主題配置
- 19. 如何使用awrapbootstrap(使用twitter bootstrap製作)主題與Middleman
- 20. 在PrimeFaces中應用主題
- 21. RapidWeaver主題爲Drupal6主題
- 22. 將角質材質2主題設置爲黑色主題
- 23. 將Bootswatch主題與Twitter-Bootstrap-Rails集成在一起Gem
- 24. 將Twitter Bootstrap主題應用到Django網站
- 25. 如何將多頁WordPress主題轉換爲單頁主題?
- 26. 如何將TabHost的主題從Holo.Light更改爲Dark主題
- 27. 如何將主題索引轉換爲LDA中的主題詞
- 28. 如何爲django-endless-pagination設置Bootstrap主題?
- 29. 通過主題配置配置prestashop
- 30. 與Laravel集成Bootstrap主題
[Primefaces主題可能重複配置](http://stackoverflow.com/questions/13689731/primefaces-theme-configuration) –