use the auth tables too (user, group, permission, membership) too 
n sqlform.grid and sqlform
just an idea perhaps, make it as a parameter for auth, sqlform.grid and 
sqlform
*e.g. auth*
auth.define_tables(username=True, signature=True, user_table=True, 
group_table=True, permission_table=True, membership_table=True, auth0=True)

problem for grid and sqlform is when using another css framework or own 
css, the output in web is ugly, and can't use the web2py generated sqlform, 
and sqlform.grid
*e.g. grid and sqlform*
form=SQLFORM(db.test, css_class='whatever')
not sure is it same like formstyle and col3 in sqlform constructor

best regards,
stifan

-- 
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