Is there any project that use twitter-bootstrap in toscawidget templates? imo turbogears project really can benefit from twitter-bootstrap to create a high quality interface
Asked
Active
Viewed 434 times
2 Answers
2
actually it is very easy to use twitter bootstrap with toscawidgets. there are two ways for this.
1) inject bootstrap stylesheets and other required files in your templates and bootstrap styles the forms. you can use javascript to do some magic if you need.
2) toscawidgets use templates to render widgets and forms. you can create a new template for your forms and modify them according to bootstrap. TurboGears docs have a sample for this.
hope this helps.

Mengu
- 514
- 5
- 21
-
If you see toscawidget form templates, we couldn't just add twitter-bootstrap lib, the html structure need to be reworked. This kind of modified library/project that I would like to know if it exists anywhere – John Doe Apr 24 '12 at 11:26
0
The ToscaWidgets2 project has a bootstrap based version of its widgets, give a look at tw2.bootstrap

amol
- 1,771
- 1
- 11
- 15