tw.jqmultiselect 0.2
multiselection widget
Contents
Detailed Documentation
tw.jqmultiselect documentation
tw.jqmultiselect is a tosca widget wrapper around ui.multiselect a jquery extension which can be found here :
http://www.quasipartikel.at/multiselect/
usage example:
from tw.forms import TableForm
from tw.jqmultiselect import Jqmultiselect
class EditMovieForm(TableForm):
submit_text = 'Edit Movie'
fields = [
Jqmultiselect('actors',
help_text = 'Please choose the actors of the movie.',
searchable=True, # default = True
sortable=True, # default=True
),
]
Contributors
Main developpers
- Nicolas Laurance <nicolas[dot]laurance[at]gmail[dot]com>
Change history
New in 0.1
First Release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| tw.jqmultiselect-0.2.tar.gz (md5) | Source | 2010-07-28 | 11KB | 814 | |
- Author: Nicolas Laurance
- Home Page: http://code.google.com/p/jqmultiselect/
- Keywords: toscawidgets.widgets,multiselect,form
-
Categories
- Development Status :: 3 - Alpha
- Environment :: Web Environment
- Environment :: Web Environment :: ToscaWidgets
- Framework :: TurboGears :: Widgets
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Affero General Public License v3
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Software Development :: Widget Sets
- Package Index Owner: nlaurance
- DOAP record: tw.jqmultiselect-0.2.xml
