wow, zoom..that was quick...thanks, I will look into both examples...I
like the simplicity of CRUD thats why I rather keep that route.


Thanks

On Feb 9, 11:05 am, "Lucas D'Avila" <lucass...@gmail.com> wrote:
> I think this post from Martin can help you >
>
> http://martin.tecnodoc.com.ar/myblog/2011/01/10/hacking-web2py-sqlfor...
>
> --
>
> Lucas D'Avilahttp://flavors.me/lucasdavila
> Em 09/02/2011 16:58, "Richard Vézina" <ml.richard.vez...@gmail.com>
> escreveu:
>
>
>
> > use 'divs'
>
> > Give:
> > Form
> > label1
> > input1
> > comment1
> > label2
> > input2
> > comment2
> > etc.
>
> > That seems what you looking for...
>
> > For comparaison purpose :
> > table3cols will give :
> > Form
> > label1,input1,comment1
> > etc.
>
> > Richard
>
> > On Wed, Feb 9, 2011 at 1:52 PM, greenpoise <danel.sega...@gmail.com>
> wrote:
>
> >> I am trying to align a crud form horizontally. That is with labels on
> >> top, fields on bottom and they should run across horizontally on the
> >> page. Is crud.settings.formstyle my answer?? Any good example out
> >> there? I searched on the groups with no success...I did find some talk
> >> about it but I just dont know where to code it. The book shows me
> >> this:
>
> >> crud.settings.formstyle = 'table3cols' or 'table2cols' or 'divs' or
> >> 'ul'
>
> >> Which I dont understand. Appreciate the help
>
> >> Thanks in advance

Reply via email to