multiselection widget
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tw.jqmultiselect-0.2.tar.gz
(11.4 kB
view details)
File details
Details for the file tw.jqmultiselect-0.2.tar.gz
.
File metadata
- Download URL: tw.jqmultiselect-0.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaed899b294517619af8ffe7205556d237182ba2475ba10ab3806a5718554e7b |
|
MD5 | 5c7d3807579ec96da1dd2e350df8cb1d |
|
BLAKE2b-256 | 70b021c416ec9efa444ea76373525d576f17dc58793c6c3b817081f807f25dab |