OOUIfy CheckMatrix in PHP and JS
authorMoriel Schottlender <moriel@gmail.com>
Thu, 26 Jul 2018 23:14:41 +0000 (16:14 -0700)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 22 Aug 2018 19:31:27 +0000 (21:31 +0200)
commit5a430cdc1c0224b8e95509b58ad4be7abda2674c
treed62072d4fc96a1ae62a4591090d3381391e02af3
parent82acdac2c4f7553fefc7d3b1188cca1546b471d2
OOUIfy CheckMatrix in PHP and JS

This is to make sure that the design is similar, but also so
that the widget can be read in JS where needed and that we
can toggle the disabled state on/off through the whole widget,
that is made from a series of checkbox widgets.

Bug: T199946
Change-Id: I9943b0aa1746fdfb60c7d4c88d6d4d7ac0589a2c
autoload.php
includes/htmlform/fields/HTMLCheckMatrix.php
includes/widget/CheckMatrixWidget.php [new file with mode: 0644]
resources/Resources.php
resources/src/mediawiki.widgets/mw.widgets.CheckMatrixWidget.js [new file with mode: 0644]