Not sure this is the right place. Hope it can be useful for others.

Editing tables with many fields in a new, edit forms of a SQLFORM.smartgrid 
can be difficult  because all fields comes in a long list in the same order 
  as in the table definition. The attached simple application is a demo 
showing how  to subdivide the fields into tabs with meaningful names and 
user defined order.
Notes:
1. To add new lines to the grid you should register
2. All fields with writable =True should be included in the tab structure. 
Otherwise Edit/new forms will not submit
3. You can add a submit button to several tabs if you want.
4. Any improvements are welcome

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to