yes, this is possible. lets say you created a form like this: form = SQLFORM(db.post) and your post have two fields title and body. the form will be like this:
title - input for title body - textarea for body you can make it like this: form[0][1][1] = TD(INPUT(_type="text", _name="body", _size=50)) to replace body textarea with a body textbox. i hope it's clear. On Dec 15, 10:02 pm, waTR <r...@devshell.org> wrote: > Is there a definition of all possible arguments for form.element and > some examples somewhere? > > I am mainly looking to use it with SQLForm and factory(). > Specifically, I want to create a form with SQLForm & factory, and then > modify some of the elements to be things other than text boxes, i.e. > to change some to drop-downs with some choices, and others to radio > buttons, etc. > > Is the above possible? And with what element argument? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.