Allow class="noshiftselect" to disable the multiple-select-on-shift-click behavior...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 24 Aug 2010 16:01:52 +0000 (16:01 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 24 Aug 2010 16:01:52 +0000 (16:01 +0000)
commitd2c23324a06d2bcdde684af9a7cbd845d4c5b7f9
tree057620e6196ed2cdfffc8fe50ca6fd3931a6e12d
parent49177388a3861ce72c2f81b7e08b3daf16e50a63
Allow class="noshiftselect" to disable the multiple-select-on-shift-click behavior for checkboxes. This is desired for forms that contain tables with multiple columns of checkboxes (CentralNotice has one of these), where this function works row-wise instead of column-wise. This is confusing and I'm too lazy to implement column-wise shift-select, so I'm just disabling shift-select altogether in CentralNotice (see followup commit).
skins/common/wikibits.js