[web2py] Re: Using stock Bootstrap

2014-04-26 Thread Carlos Zenteno
Try it and let us know please :)

On Saturday, April 26, 2014 10:10:36 AM UTC-5, MJo wrote:

 What I loose from web2py if I create site where all .html files are first 
 cleaned up and written from scratch according Bootstrap manuals?

 BR,
 -- MJo


-- 
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.


[web2py] Re: Using stock Bootstrap

2014-04-26 Thread Massimo Di Pierro
Presentation wise nothing but you may want:

0) include jQuery and modernizer.

1) enable the web2py components by adding:

{{include web2py_ajax.html}}

2) allow flash to work

div class=flash{{=response.flash or ''}}/div

3) allow web2py menus

{{=MENU(response.menu)}}

4) style forms, grids and menu, based on web2py stiles

{{response.files.append(URL('static','css/web2py.css')}}

5) allow web2py.css to play nicely with bootstrap.css

{{response.files.append(URL('static','css/web2py_bootstrap.css')}}









On Saturday, 26 April 2014 10:10:36 UTC-5, MJo wrote:

 What I loose from web2py if I create site where all .html files are first 
 cleaned up and written from scratch according Bootstrap manuals?

 BR,
 -- MJo


-- 
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.