I replace text of button by icones to display multi select live table buttons like this:
I try to use a ssx object (like my previous xwiki version when bootstrap-multiselect missing) but it doesn’t work since bootstrap-select-1.12.0.jar (or missing some important point)
Any thoughts/help/advice?
For instant maybe I need to priorize my SSX object but it doesn’t work…
bootstrap-select-1.12.0.jar contain:
META-INF/ressources/webjars/bootstrap-select/1.12.0/js/bootstrap-select.js and bootstrap-select.min.js
then to overwrite bootstrap js file, I must use this path:
WEB-INF/classes/META-INF/ressources/webjars/bootstrap-select/1.12.0/js/
or
WEB-INF/classes/bootstrap-select/1.12.0/js/
and which file I must use the minify js file, the other or both ?
Hello,
On xwiki 10.11.1 (previous 9.11.4) my custom bootstrap-select is not overwrited anymore if I copy it on WEB-INF/classes/META-INF/ressources/webjars/bootstrap-select/1.12.0 path…
I checked path in WEB-INF/lib/bootstrap-select-1.12.0.jar but the path is unchanged.
Do you know where I must copy my custom bootstrap-select js and CSS file?