diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-06 19:06:02 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-06 19:06:02 +0100 |
| commit | 4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e (patch) | |
| tree | e9f9b71e2374c5417e13645c78c702a12c52fc98 /chimere/static/bsmSelect/README.md | |
| parent | e3533b5da0d9e78e427e1f34dd723a8d34404459 (diff) | |
| download | Chimère-4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e.tar.bz2 Chimère-4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e.zip | |
Update bsmselect to last version
Diffstat (limited to 'chimere/static/bsmSelect/README.md')
| -rw-r--r-- | chimere/static/bsmSelect/README.md | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/chimere/static/bsmSelect/README.md b/chimere/static/bsmSelect/README.md index bd14c6a..8d65624 100644 --- a/chimere/static/bsmSelect/README.md +++ b/chimere/static/bsmSelect/README.md @@ -50,7 +50,8 @@ The newly created select default option is the original select title attribute: * listType: * Specify what list will be created or used as part of the bsmSelect. - * Can accept a callback that accepts the original <select> as an argument and returns a jQuery object with a single list. + * Can accept a callback that accepts the original <select> as an argument and + returns a jQuery object with a single list. * Allowed values: * 'ol' * 'ul' @@ -88,13 +89,16 @@ The newly created select default option is the original select title attribute: * addItemTarget: * Where to place new selected items that are added to the list. - * Allowed values: 'top' or 'bottom' or 'original' to keep the original select sort order + * Allowed values: 'top' or 'bottom' or 'original' to keep the original select + sort order * Default: 'bottom' - * Note: When using the 'original' mode, the sort order can be overriden by setting the 'bsm-order' data on each option. + * Note: When using the 'original' mode, the sort order can be overriden by setting + the 'bsm-order' data on each option. * debugMode: - * Keeps original select multiple visible so that you can monitor live changes made to it when debugging. + * Keeps original select multiple visible so that you can monitor live changes + made to it when debugging. * Default: false * extractLabel: @@ -104,14 +108,16 @@ The newly created select default option is the original select title attribute: * plugins - * An array of plugins objects to enable (they only are required to have an `init` method which is called on init with the Bsmselect instance as single argument). + * An array of plugins objects to enable (they only are required to have an `init` + method which is called on init with the Bsmselect instance as single argument). * Default: an empty array (no plugin enabled by default) ### Text Labels ### * title - * Text used for the default select label (when original select title attribute is not set) + * Text used for the default select label (when original select title attribute + is not set) * Default: 'Select...' * removeLabel: @@ -179,7 +185,9 @@ The newly created select default option is the original select title attribute: * [Victor Berchet](http://github.com/vicb) is the author of bsmSelect * [Andy Fowler](http://github.com/andyfowler) has contributed many enhancements * [Cracky](https://github.com/Cracky) - * [Marc Busqué](https://github.com/laMarciana) has contributed to fix [issue #21](https://github.com/vicb/bsmSelect/issues/21) and with minimal CSS + * [Marc Busqué](https://github.com/laMarciana) has contributed to fix + [issue #21](https://github.com/vicb/bsmSelect/issues/21) and with minimal CSS + * [DrewBe121212](https://github.com/DrewBe121212) has fixed issues 28 et 29. ## History ## |
