If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
A widget that will do IS_IN_DB using orderby natural sort ...
Yet another dropdown chain (cascade) widget with select-or-add-new links capability. Note: Now is working with web2py 2.2.1 ...
Revising Widgets for HTML5 Input Types ...
This widget will create a <select> object with an "Add" button next to it, allowing users to add new catagories, etc on the fly without having to visi ...
In case you need to display some feeds on your page ...
Shows tooltips in forms created via CRUD or SQLFORM with the field´s comment attribute. ...
This is a collection of widgets I have made together in a sample application. ...
This is another autocomplete widget example ...
Here is another widget that uses three selects to allow the user to pick a date. ...
This is a (overly)simple autocomplete widget using the pengoworks jQuery plugin. I used it because it works and I am too lazy to download the files a ...
This is a widget for using the jQueryUI slider for integer input ...
This is a simple widget for using the jQuery datepicker on a text input. ...
Here is a widget that presents your text as a label until you double click it at which point it turns into a text input. ...
Although web2py comes with an integrated editor, I really like ckeditor and using it for a text field is trivial using widgets! ...
This is how I got a star rating widget implemented on this site. ...