Thanks Daniel for prompt reply,

I've read chapter 7 already, also did some google search - but I was
wondering if there is easier way to do it - (with less code and maybe
just passing some parameters on crud.create as it's not really
customization I want to do - I would call it more like forms settings)

Marcin

On Nov 29, 11:17 am, Daniel Gonzalez <[email protected]> wrote:
> Hi,
>
> Checkout the chapter 7 of the book, specially this 
> part:http://web2py.com/book/default/chapter/07#Custom-forms
>
> Regards
> Daniel
>
> El lun, 29-11-2010 a las 02:11 -0800, Emceha escribió:
>
>
>
>
>
>
>
> > Here is my controller code:
>
> > def dodaj_artykul():
> >     form=crud.create(db.artykuly,next='pokaz_artykul/[id]')
> >     return dict(form=form)
>
> > I see that textarea always has cols=40 and rows=10 - I wanted to
> > change that value but I haven't found any straight forward example to
> > do it using CRUD only?
>
> > Should I use SQLFORM?
>
> > Thanks

Reply via email to