Changes between Version 64 and Version 65 of DeveloperGuidelines/Tips
- Timestamp:
- 07/23/09 16:04:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v64 v65 57 57 * JSON datetime serialization: https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/JSONdatetime 58 58 * Enter key in ajaxified forms: http://groups.google.com/group/web2py/browse_thread/thread/bae7b19ff35b896b# 59 * EPB: http://groups.google.com/group/web2py/browse_thread/thread/c090560680b65db259 * Limiting access to a controller function to just certain IPs: http://groups.google.com/group/web2py/msg/df000860c707d3d3 60 60 * Auto-complete (for when Dropdowns get too long): 61 * http://trac.sahanapy.org/browser/views/msg/email_outbox_create.html 61 62 * http://groups.google.com/group/web2py/browse_thread/thread/e1034df0091b5bfd 62 63 * http://groups.google.com/group/web2py/browse_thread/thread/f6e0170273b14241 … … 67 68 * http://plugins.jquery.com/project/YA_AutoComplete 68 69 * Configuring Eclipse/PyDev for Web2Py: http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/ 70 * EPB: http://groups.google.com/group/web2py/browse_thread/thread/c090560680b65db2 69 71 70 72 ==== !JavaScript ====