[web2py] Re: simulating inline forms with SQLFORMS

2010-08-07 Thread mdipierro
I got your screenshot. Try this: I have seen the screenshots. You have many options. I would try put this in the view instead of {{=form}} {{if form.errors:}} error are {{=form.errors}} {{pass}} {{form.element('textarea')['_cols']=80}} {{=form.custom.begin}} {{=form.custom.widget.descrip

[web2py] Re: simulating inline forms with SQLFORMS

2010-08-07 Thread david.waldrop
it seems i do not have privileges to add files to the thread. On Aug 7, 1:22 pm, mdipierro wrote: > Please post a screenshot. You may be able so solve this imply with css > > On Aug 7, 11:48 am, "david.waldrop" wrote: > > > > > i dont quite follow.  Here is my code > > >     mtgdb.define_table(

[web2py] Re: simulating inline forms with SQLFORMS

2010-08-07 Thread mdipierro
Please post a screenshot. You may be able so solve this imply with css On Aug 7, 11:48 am, "david.waldrop" wrote: > i dont quite follow.  Here is my code > >     mtgdb.define_table( >     'thoughts', >     Field('description','text'), >     Field('author','string'), >     Field('votes','integer')

[web2py] Re: simulating inline forms with SQLFORMS

2010-08-07 Thread david.waldrop
i dont quite follow. Here is my code mtgdb.define_table( 'thoughts', Field('description','text'), Field('author','string'), Field('votes','integer') ) ideaform = SQLFORM(mtgdb.thoughts, fields=['description'], submit_button='Post', formstyle='divs') if ideaform.ac

[web2py] Re: simulating inline forms with SQLFORMS

2010-08-07 Thread mdipierro
{{if form.errors:}} error are {{=form.errors}} {{pass}} {{=form.custom.begin}} {{=form.custom.submit}} {{=form.custom.end}} On Aug 7, 11:34 am, "david.waldrop" wrote: > I am having trouble controlling the visual aspects fo a SQLFORM.  More > specifically, I want to enable a text box and a POS