Changes between Version 21 and Version 22 of DeveloperGuidelines/Tips
- Timestamp:
- 01/28/09 11:16:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v21 v22 22 22 * Custom Forms - alternate approach: http://www.wellbehavedsystems.co.uk/web2py/examples/ 23 23 * Custom Form Helper field2html(): http://groups.google.com/group/web2py/browse_thread/thread/1012c11c977aa05e 24 * Custom Forms - multiple per page: http://groups.google.com/group/web2py/browse_thread/thread/57e452d186d48fa4 24 25 * HTML Helpers can be navigated/manipulated like the DOM: http://groups.google.com/group/web2py/browse_thread/thread/ac045f3b1d3846d9 25 26 * Lambda tricks: http://p-nand-q.com/python/stupid_lambda_tricks.html