Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page