If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
If You need change timeout interval in Ajax LOAD on fly ...
Provides an asynchronous behaviour to forms where each input field updates the record on the database as soon as its input field is released ('focusou ...
This is my attempt at showing how to do cascading dropdowns in the most basic way possible with Web2py. ...
Sometimes you want to manage users and their membership at the same form.. this one of the possible solutions ...
This is improved version of my previous dropdown. This one doesn't "remove" the second drop down when it's updated so it looks very natural and user d ...
This is an extension of ochiba77's slice. This doesn't use a db to get the data for the dropdowns. ...
Yet another dropdown chain (cascade) widget with select-or-add-new links capability. Note: Now is working with web2py 2.2.1 ...
Thank you Juan Funez for the idea. https://groups.google.com/group/web2py/browse_thread/thread/1bed807214ecaab5# ...
Requires jQuery.form plugin ...
This is how you can modify web2py_ajax.html to make your upload fields work in LOADed components (web2py_component(), web2py_ajax_page()) with little ...