Changes between Version 67 and Version 68 of DeveloperGuidelines/Tips
- Timestamp:
- 09/14/09 21:12:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v67 v68 19 19 ==== Web2Py ==== 20 20 * http://web2py.com/examples/default/docs 21 * HTML Helpers: http://w ww.web2py.com/AlterEgo/default/show/21721 * HTML Helpers: http://web2py.com/AlterEgo/default/show/217 22 22 * Arbitrary HTML tags using TAG, e.g. TAG.LEGEND('a','b',_c='d') 23 23 * HTML Helpers can be navigated/manipulated like the DOM: http://groups.google.com/group/web2py/browse_thread/thread/ac045f3b1d3846d9 24 * https:// mdp.cti.depaul.edu/web2py_wiki/default/wiki/tips25 * https:// mdp.cti.depaul.edu/web2py_wiki/default/wiki/widgets26 * Pagination: http:// mdp.cti.depaul.edu/AlterEgo/default/show/9524 * https://web2py.com/web2py_wiki/default/wiki/tips 25 * https://web2py.com/web2py_wiki/default/wiki/widgets 26 * Pagination: http://web2py.com/AlterEgo/default/show/95 27 27 * New syntax for low-level database record create/update/delete: http://groups.google.com/group/web2py/browse_thread/thread/d79a6e52824d4221 28 28 * Default field values with crud.create(): http://groups.google.com/group/web2py/browse_thread/thread/717e2349f0f8e93d … … 56 56 * Modified preorder Tree Traversal (for large Hierarchical trees): http://groups.google.com/group/web2py/browse_thread/thread/70efddab62dfe73 57 57 * Hierarchical References: http://groups.google.com/group/web2py/browse_thread/thread/a4f57635d4a05f83 58 * JSON datetime serialization: https:// mdp.cti.depaul.edu/web2py_wiki/default/wiki/JSONdatetime58 * JSON datetime serialization: https://web2py.com/web2py_wiki/default/wiki/JSONdatetime 59 59 * Enter key in ajaxified forms: http://groups.google.com/group/web2py/browse_thread/thread/bae7b19ff35b896b# 60 60 * Limiting access to a controller function to just certain IPs: http://groups.google.com/group/web2py/msg/df000860c707d3d3