aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/checkboxradio/options.js
Commit message (Collapse)AuthorAgeFilesLines
* Checkboxradio: Use new `ui-state-checked` class in checkboxradioAlexander Schmitz2016-06-061-4/+4
| | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704
* Checkboxradio: Shift to use no globalsAmanpreet Singh2016-04-141-45/+46
|
* Checkboxradio: Test cleanupScott González2015-10-271-10/+16
|
* Checkboxradio: Add ui-state-highlight class to icon on createJörn Zaefferer2015-10-081-6/+16
| | | | | This was already toggled in _toggleClasses, but that isn't called on create.
* Checkboxradio: Fix label option tests by trimming DOM textJörn Zaefferer2015-10-081-10/+10
| | | | | IE8 is inconsistent in outputting space through .html() and .text() methods, but since it renders it correctly, we can just ignore it.
* Checkboxradio: Style updatesAlexander Schmitz2015-10-081-20/+20
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-081-1/+1
|
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-071-0/+189