Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-12-15 Thread Cynthia Butler
@Jim, Thank you very much! Just what I needed to learn what I was doing wrong. ( I was deleting the web2py .css and .js files) On Monday, December 15, 2014 6:48:51 AM UTC-7, Jim S wrote: > > Attached is my layout.html... > > -- Resources: - http://web2py.com - http://web2py.com/book (Documenta

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-12-15 Thread Jim Steil
Attached is my layout.html... On Sun, Dec 14, 2014 at 5:35 AM, wrote: > > > > > I also had overlay icons, in the auth navbar, as shown. To solve it I had > to edit gluon/to

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-12-14 Thread Cynthia Butler
@Jim S Thank you for your post. I'd like to try it -- bootstrap 3 -- but I"m not sure which src files to link to in the layout.html file. For example, should I keep or delete the links to the web2py.css/.js/.ajax files? I've already downloaded the bootstrap 3 files (.css , .js , /font files)

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-11-24 Thread Gael Princivalle
Great job and thanks for sharing Jim. I'll use it for my current project. Il giorno lunedì 24 novembre 2014 18:58:05 UTC+1, Jim S ha scritto: > > For what it's worth, I have these modifications in my app to make > Bootstrap 3 work with SQLFORM.grid: > > In db.py: > > def my_formstyle(form, fields

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-11-24 Thread Anthony
Also, I don't know what version of web2py you are running, but the current version now includes Bootstrap 3 classes in the default "ui" dict for the grid, and there are now "bootstrap3_stacked" and "bootstrap3_inline" formstyles. Of course, you may still need to customize if these defaults aren

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-11-24 Thread Jim Steil
For what it's worth, I have these modifications in my app to make Bootstrap 3 work with SQLFORM.grid: In db.py: def my_formstyle(form, fields): col_sm_label_size = 4 col_md_label_size = 3 form.add_class('form-horizontal col-sm-9 col-md-7 col-lg-5') label_col_class = "col-sm-%d col

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-10-12 Thread Gael Princivalle
> > > Hello all. Do we know when the web2py Bootstrap 3 version will be released ? Regards. -- 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 receiv

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-09-17 Thread Jim Steil
Thanks, that worked great. NOTE: This line is incorrect: buttonedit='glyphicon glyphicon-arrow-pencil', Should be: buttonedit='glyphicon glyphicon-pencil', -Jim On Wed, Sep 17, 2014 at 1:27 PM, Leonel Câmara wrote: > Yes that's not right jim, bootstrap3 should only have the version > glyp

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-08-13 Thread Ricardo Pedroso
I can make a patch in next friday/weekend, but you want a patch against what? What I've attached was a simple app showing two bootstrap3 formstyle alternatives. Should I patch the formstyle_bootstrap3 in sqlhtml.py? Ricardo On 8/11/14, Massimo Di Pierro wrote: > Would you send me this as a pa

Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-08-10 Thread Massimo Di Pierro
Would you send me this as a patch? I too would prefer to default to NO col-lg-* On Sunday, 10 August 2014 17:25:51 UTC-5, Ricardo Pedroso wrote: > > On 8/10/14, Massimo Di Pierro wrote: > > https://github.com/web2py/web2py/archive/master.zip > > > > note, you have to use formstyle. For auth f