Re: [web2py] Re: Buttons not styled the Bootstrap way.

2012-09-03 Thread Johann Spies
On 3 September 2012 08:05, Annet wrote: > > Again, setting formstyle='bootstrap' might take care of that. > > > I didn't want to repeat myself, I searched the group and read Massimo's > announcement > https://groups.google.com/forum/?fromgroups=#!topic/web2py/tmM5VbYcPrQbut > couldn't find how t

[web2py] Re: Buttons not styled the Bootstrap way.

2012-09-02 Thread Annet
> Again, setting formstyle='bootstrap' might take care of that. I didn't want to repeat myself, I searched the group and read Massimo's announcement https://groups.google.com/forum/?fromgroups=#!topic/web2py/tmM5VbYcPrQ but couldn't find how the apply bootstrap form styles in web2py :-( Kin

[web2py] Re: Buttons not styled the Bootstrap way.

2012-09-02 Thread Anthony
Again, setting formstyle='bootstrap' might take care of that. Anthony On Sunday, September 2, 2012 1:53:41 AM UTC-4, Annet wrote: > > In a controller I have the following function: > > def subCreate(): > form=SQLFORM.factory( > > Field('subClass',type='integer',requires=IS_IN_SET([1,2,3]

[web2py] Re: Buttons not styled the Bootstrap way.

2012-09-02 Thread Massimo Di Pierro
Why are not form buttons styled automatically by the CSS? On Sunday, 2 September 2012 00:53:41 UTC-5, Annet wrote: > > In a controller I have the following function: > > def subCreate(): > form=SQLFORM.factory( > > Field('subClass',type='integer',requires=IS_IN_SET([1,2,3],labels=['Organi