[web2py] SQLFORM layout - very frustrating

2011-06-15 Thread wdtatenh
I could really use an answer to this question.

Using SQLFORM is there a simple notation to set the width of a
 with IS_IN_SET defined in the model.

Inserting {{=custom.form.widget.myField}} works but I don't see how I
can set the width?

I've experimented to my eye's bleed but nothing I've attempted works.

Would appreciate even an answer that says you can't do it with
custom.form. notation.

It works find for other form elements - just the  is the
hangup.

thanks in advance


Re: [web2py] SQLFORM layout - very frustrating

2011-06-15 Thread Marin Pranjic
you can customize select / option tags layout with CSS

On Wed, Jun 15, 2011 at 5:16 PM, wdtatenh  wrote:

> I could really use an answer to this question.
>
> Using SQLFORM is there a simple notation to set the width of a
>  with IS_IN_SET defined in the model.
>
> Inserting {{=custom.form.widget.myField}} works but I don't see how I
> can set the width?
>
> I've experimented to my eye's bleed but nothing I've attempted works.
>
> Would appreciate even an answer that says you can't do it with
> custom.form. notation.
>
> It works find for other form elements - just the  is the
> hangup.
>
> thanks in advance