I am trying to create a new app in web2py which will use bootstrap 3. I 
tried simply changing the bootstrap.min css and js but that caused a mess.

I have read that nothing in web2py really relies in a UI framework, except 
maybe SQLFORM, which has styles for bootstrap3, so I assume that all I 
really need to do is redo the layout.html from the ground up.

So here is my question: Which static files are must have for web2py?

For CSS we have:
bootstrap.min.css - which needs to be replaced with the new one
bootstrap-responsive.min.css - no idea what this is...
calendar - I assume this is used for Fields that are datetime, does it 
require bootstrap2?
web2py.css - This I assume is a must-have
web2py_bootstrap.css - How necessary is this?
web2py_bootstrap_nojs.css -  no idea what this is...


For JS we have:
bootstrap.min.js - which needs to be replaced with the new one
calendar.js - Again, for Fields I think
dd_belatedpng - No idea....
jquery - Duh, though I'd rather point to CDN
modernizr.custom.js - Again, no idea...
share.js - This I know I don't need, as this application is for internal use
web2py.js - Assume it is a must have
web2py_bootstrap - Seems to only affect menus, so not a big deal


So there we have it, if you could shed light on what files need to be edit 
to work with bootstrap 3 and help me understand what each one is 
responsible for, I am at a loss.

Let me thank you in advance for any help you may provide.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to