Fanstatic packaging of select2
Project description
Introduction
This library packages select2 for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.select2) are published to some URL.
How to use?
You can import select2 from js.select2 and need it where you want these resources to be included on a page:
>>> from js.select2 import select2 >>> select2.need()
To use the full build use:
>>> from js.select2 import select2_full >>> select2_full.need()
CHANGES
4.0.4-1 (2017-10-16)
Fix a typo in a path in the resources definition.
4.0.4 (2017-10-08)
Upgraded to 4.0.4
Put i18n files inside a dictionary.
Added the ‘full’ javascript resources.
Include the minified CSS.
4.0.1 (2016-01-13)
Merged 4.0.1
README.md to README.rst
4.0.1 (2016-01-13)
Merged 4.0.1
README.md to README.rst
4.0.1+md.1 (2015-12-18)
Upgraded to 4.0.1
4.0.0+md.1 (2015-06-22)
Upgraded to 4.0.0
3.4.1 (2013-06-10)
Minor fix select2_locale_zh-TW.js.
3.4 (2013-06-06)
Updated to 3.4.
Added i18n to __init__.py.
3.3 (2013-01-21)
Added missing files.
3.2 (2013-01-21)
Initial 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.