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

