Multi select2 widget based on JQuery and z3c.form for Zope 3
Project description
This package provides a JQuery and z3c.form base multi select2 widget for Zope3.
CHANGES
2.1.4 (2018-11-26)
bugfix: removed non ascii character from javascript code
2.1.3 (2018-11-10)
bugfix: fix missing no value option for single select widget
2.1.2 (2018-09-17)
bugfix: fix tal markup for display widget
2.1.1 (2018-07-05)
bugfix: ensure that we render all data for group select widgets. The last group and it’s children didn’t get aded to the widget.
2.1.0 (2018-06-20)
feature: support option group in TagListSelect2Widget and SingleTagSelect2Widget. The only requirement is, that the vocabulary terms support an optional isGroup property which must return True for option groups.
feature: added InitDataMixin class providing a getVocabulary method used for simply define a vocabulary source for TagListSelect2Widget and SingleTagSelect2Widget.
2.0.4 (2018-05-25)
bugfix: use term.title and not term.token for translation if no ITitledTokenizedTerm is given as term source.
bugfix: added missing noValueToken to widget classes
feature: switch to newest select2 javascript version 3.5.4
2.0.3 (2015-07-06)
bugfix; added missing styles for hidden choice text called select2-hidden-accessible
2.0.2 (2015-07-02)
bugfix: remove non ascii chars from javascript for Loading more results... and Searching....
2.0.1 (2015-06-30)
switch to newest 3.5.2 javascript release. Keep css styles and variables. Feel free to use the newest css files or use the bootstrap3 optimized styles located at https://github.com/t0m/select2-bootstrap-css
bugfix: use j01Select2* image names in less/css files
bugfix: added missing ; in varables.less at line 24
2.0.0 (2015-06-09)
bump version to 2.0.0 because it’s a part of j01.form since v2.0.0
bugfix: make use of @select2-search-input-height and @select2-search-input-padding
0.6.0 (2014-03-24)
feature: support bootstrap 3 based less and css concept. Just copy the core.less file and override the variables.
update source to select2 version 3.4.5
removed SelectWidget as inherited widget class from Select2Widget and re-implemented the update method wihtout inlcuding the field css class.
0.5.3 (2013-09-25)
Added display widget template for ISelect2Widget
0.5.2 (2013-03-19)
improve css styles
0.5.1 (2013-01-02)
bugfix: fix linux chameleon template issues with line break in tag elements.
0.5.0 (2012-11-16)
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.