web2py-plugins
A collection of plugins of Web2py, an opensource Python web framework. Here we love to share useful code parts produced by our development with the framework. The code parts are organized in a web2py's plugin system, and easily available.
Form Widgets
-
Horizontal Radio Widget
A radio widget arranging its buttons horizontally
-
Multiple Select Widget
A user-friendly multiple options widget
-
Suggest Widget
A refined autocomplete widget
-
Lazy Options Widget
A lazy loading options widget triggered by a js event
-
Uploadify Widget
A file upload widget using uploadify.js
-
elRTE WYSIWYG Widget
A WYSIWYG editor widget using elRTE.js
-
Tight Input Widget
A size-adjusted input widget
-
Color Widget
A color picker widget using colorpicker.js
-
Rating Widget
A rating widget using jquery.rating.js
-
Anytime Widget
A date-time picker widget using anytime.js
Form Customize
-
Solid Form
A custom SQLFORM for denser layout
-
Not-Empty Marker
Add not-empty markers to field labels
Table Customize
-
Solid Table
A custom SQLTABLE for denser layout
-
Paginator
A standard paginator
-
Table Scope
A scope selector for table records
-
Table Checkbox
A table column composed of checkboxes
-
Table Permuter
Make table rows permutable
Content Management
-
Solid Grid
A yet another grid. (EXPERIMENTAL)
-
Dialog
A simple dialog
-
MPTT (Tree Model)
Modified Preorder Tree Traversal (MPTT) implemntation original by django-mptt
-
Tree Crud
A tree crud using jsTree, fully integrated with the MPTT plugin
