JSF WidgetBuilder to integrate Twitter Bootstrap
Brought to you by:
kennardconsult
Write a new JSF WidgetBuilder implementation to produces an html output that integrates Twitter's Bootstrap CSS-Framework instead of the ugle table based one. This will also make it way easier to overwrite CSS tags and apply one's custom style.
Contributions welcome!
This would be a great feature. How much work is involved in implementing this?
That depends on how hard the Bootstrap API is. The Metawidget side is fairly easy. Here's a blog post that explains how to do it in Swing...
http://blog.kennardconsulting.com/2010/10/metawidget-collections-support.html
...and you can see a JSF equivalent here:
org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder.createDataTableComponent()
Contributions welcome!