Question

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

Was it helpful?

Solution

The ToscaWidgets2 project has a bootstrap based version of its widgets, give a look at tw2.bootstrap

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top