summaryrefslogtreecommitdiffstats
path: root/modules-available/js_selectize
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-8/+9
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Add support to declare multiple css/js per module with loading condition:Simon Rettberg2017-05-101-1/+7
| | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module.
* [js_selectize] Update to 0.12.4 - fixes search highlightingSimon Rettberg2016-12-072-4/+5
|
* updated selectize.js to newer version.Christian Klinger2016-08-051-3668/+3Star
|
* use bootstrap-multiselect for multilist and selectize for multiinput.Christian Klinger2016-07-191-1/+2
|
* added js_selectize module.Christian Klinger2016-07-133-0/+4077