On Dec 28, 9:42 pm, Peter <[email protected]> wrote: > BTW, I would really appreciate a more formal API for SQLFORM that is > more geared towards using it piecemeal rather than the single > {{=form}}, which is suitable less than half of my current > application's forms.
I think the new form.element() functionality just added to trunk should be helpful to you: http://groups.google.com/group/web2py/browse_thread/thread/2d8cc57352d158bd/ > I thought I would be able > to get going quickly with SQLFORM and T2 CRUD, but so far, it's been a > bit of an uphill battle, I'm afraid... All the more frustrating > because I think it's very very close to what I need. I've found that with a little work, T2 does indeed do all that I want, other than for when I need to build a form out of multiple tables :) I use a mixture of these: db.table.exposes db.table.displays db.table.represent db.table.contact.label db.table.field.comment F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

