OOUIHTMLForm: Implement HTMLMultiSelectField
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 14 Jun 2015 18:14:31 +0000 (20:14 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 27 Jun 2015 13:14:25 +0000 (13:14 +0000)
commit1fc5401703ed66dee8d216eb8174b13c5f03b769
treef74eabca4b69e22e18b83557a71154f213220a6f
parent552568c63d931a01144f07eb04fe5877fb4b8243
OOUIHTMLForm: Implement HTMLMultiSelectField

Example usage in I30d401cc7c827b21eb2fb116558d0d9e764ec1f3.
Following the template set by HTMLCheckMatrix, which for some reason
was implemented first. Also removed unfulfillable @todo comment.

Also corrected HTMLCheckMatrix code not to wrap OOUI widgets in
MediaWiki UI wrappers even when 'UseMediaWikiUIEverywhere' is set to
true, and to set the correct 'value' for checkboxes.

Bug: T100955
Change-Id: Ib5d000ca9a08abc8086ee05b5122116b086242ad
includes/htmlform/HTMLCheckMatrix.php
includes/htmlform/HTMLMultiSelectField.php