[web2py] Re: Bug? autocomplete widget kills the bootstrapiness of the associated smartgrid form control

2016-05-25 Thread RekGRpth
I suggested to solve it so: https://github.com/web2py/web2py/issues/1190 суббота, 2 апреля 2016 г., 17:00:13 UTC+5 пользователь Valdeck Rowe написал: > > I've noticed that adding autocomplete widget to a field definition (only > appears to work programmatically) removes the form-control class att

[web2py] Re: How organize double-inheritance in web2py

2016-01-27 Thread RekGRpth
января 2016 г., 4:24:24 UTC+5 пользователь Massimo Di Pierro написал: > > db.define_table('abonent', Field('a')) > db.define_table('person', db.abonet, Field('b')) # has a,b > db.define_table('company', db.abonet, Field('c&#