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
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(
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')
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
{{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
5 matches
Mail list logo