aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Escape closeText option before passing it to buttonJörn Zaefferer2015-10-281-2/+2
| | | | | Ref gh-1632 Fixes jquery/api.jqueryui.com#281
* 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.
* Dialog: Updating dialog and tests for new button APIAlexander Schmitz2015-10-071-8/+9
|
* Dialog: Override disabled option on create, force always-enabled stateJörn Zaefferer2015-09-251-0/+5
| | | | | | | | Without this, _on will still respect the disabled option and ends up preventing closing the dialog. Ref #9151 Ref gh-1599
* Dialog: Style updatesAlexander Schmitz2015-09-111-0/+15
| | | | Ref #14246
* Dialog: Style updatesAlexander Schmitz2015-08-211-7/+7
| | | | | Ref #14246 Ref gh-1588
* Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Mouse: Move mouse into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-081-0/+907
Ref #13885