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
twitter-bootstrap based toscawidget
447 Views Asked by John Doe At
2
There are 2 best solutions below
1

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.
The ToscaWidgets2 project has a bootstrap based version of its widgets, give a look at tw2.bootstrap