aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/button.js
Commit message (Collapse)AuthorAgeFilesLines
* Button: Fix call to `._toggleClass()`Scott González2015-10-261-1/+1
|
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Button: TyposAlexander Schmitz2015-10-081-1/+3
|
* Button: address review commentsAlexander Schmitz2015-10-081-1/+2
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-081-2/+1
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-071-319/+278
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Button: Style updatesAlexander Schmitz2015-09-111-41/+45
| | | | Ref #14246
* Button: Move button into widgets folderAlexander Schmitz2015-08-081-0/+421
Ref #13885