[web2py] Re: formstyle strange behaviour

2015-08-21 Thread Anthony
Yes, unfortunately the book appears to be out of date with regard to formstyle. On Friday, August 21, 2015 at 4:50:08 PM UTC-4, Paolo Amboni wrote: > > Interesting!! Is much more than i can understand from the manual. > I can set formstyle="bostrap3_horizontal" or "bootstrap3_vertical" > Thanks!!

[web2py] Re: formstyle strange behaviour

2015-08-21 Thread Paolo Amboni
Interesting!! Is much more than i can understand from the manual. I can set formstyle="bostrap3_horizontal" or "bootstrap3_vertical" Thanks!!! Il giorno venerdì 21 agosto 2015 16:41:09 UTC+2, Anthony ha scritto: > > If no "formstyle" argument is provided, SQLFORM uses the value in > response.form

[web2py] Re: formstyle strange behaviour

2015-08-21 Thread Anthony
If no "formstyle" argument is provided, SQLFORM uses the value in response.formstyle. In the welcome app, that value is set in the db.py model file: https://github.com/web2py/web2py/blob/master/applications/welcome/models/db.py#L35. The value itself is stored in /private/appconfig.ini (https: