aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Checkboxradio: Fix invalid chars, remove unused var, add commentJörn Zaefferer2015-10-081-2/+3
|
* Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp varJörn Zaefferer2015-10-081-16/+18
|
* Controlgroup: Typos and minor style fixesAlexander Schmitz2015-10-081-22/+26
|
* Checkboxradio: Typos and minor style fixesAlexander Schmitz2015-10-081-13/+14
|
* Button: TyposAlexander Schmitz2015-10-081-1/+3
|
* Controlgroup: Optimize and simplify data access and storageJörn Zaefferer2015-10-081-4/+2
|
* Controlgroup: Improve comments and remove a misleading blank lineJörn Zaefferer2015-10-081-3/+2
|
* Controlgroup: Rename excludeInvisible to onlyVisibleJörn Zaefferer2015-10-081-2/+2
| | | | Gets rid of the double negative.
* Spinner: Address review commentsAlexander Schmitz2015-10-081-5/+2
|
* Controlgroup: Address review commentsAlexander Schmitz2015-10-081-34/+29
|
* Checkboxradio: Address review commentsAlexander Schmitz2015-10-081-13/+11
|
* Button: address review commentsAlexander Schmitz2015-10-081-1/+2
|
* Spinner: Style updatesAlexander Schmitz2015-10-081-1/+1
|
* Controlgroup: Style updatesAlexander Schmitz2015-10-081-11/+11
|
* Spinner: Update markup for buttonsAlexander Schmitz2015-10-081-14/+13
|
* Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-081-4/+7
|
* Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-081-7/+18
|
* Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-081-4/+10
|
* Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-081-12/+23
|
* Controlgroup: Fix headers and demosAlexander Schmitz2015-10-081-3/+10
|
* Controlgroup: Add missing entry to demos bootstrapAlexander Schmitz2015-10-081-0/+204
|
* Checkboxxradio: Adjust demo headersAlexander Schmitz2015-10-081-3/+10
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-083-7/+273
|
* Selectmenu: update to use button cssAlexander Schmitz2015-10-071-6/+7
| | | | This ensures consistency between different form elements
* Dialog: Updating dialog and tests for new button APIAlexander Schmitz2015-10-071-8/+9
|
* 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
* Tabs: Adjust handling of disabled option, using _setOptionDisabledJörn Zaefferer2015-09-251-11/+7
| | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599
* Tooltip: Don't apply disabled style changes on createJörn Zaefferer2015-09-251-12/+4
| | | | | Ref #9151 Ref gh-1599
* Spinner: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-10/+7
| | | | | Ref #9151 Ref gh-1599
* Slider: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-5/+6
| | | | | Ref #9151 Ref gh-1599
* Selectmenu: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-18/+16
| | | | | Ref #9151 Ref gh-1599
* Progressbar: Handle disabled option on create, using _setOptionDisabledJörn Zaefferer2015-09-251-4/+7
| | | | | Ref #9151 Ref gh-1599
* Menu: Remove redundant handling of disabled option on createJörn Zaefferer2015-09-251-9/+7
| | | | | Ref #9151 Ref gh-1599
* Draggable: Remove redundant handling of disabled class on createJörn Zaefferer2015-09-251-3/+0
| | | | | | | _setOptionDisabled in $.Widget is now handling that. Ref #9151 Ref gh-1599
* 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
* Accordion: Handle disabled option on create, through _setOptionDisabledJörn Zaefferer2015-09-251-7/+9
| | | | | Ref #9151 Ref gh-1599
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2015-09-181-1/+1
| | | | Fixes #14587
* Resizable: Don't round dimensionsScott González2015-09-171-14/+14
|
* All: Delegate to base `_getCreateOptions()`.Scott González2015-09-172-3/+7
| | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598
* Mouse: Style fixes for jscsAlexander Schmitz2015-09-111-2/+2
|
* Widget: Update to use camelCase identifiersAlexander Schmitz2015-09-111-0/+1
|
* Spinner: Update to use camelcase identifiersAlexander Schmitz2015-09-111-7/+7
|
* Widget: Style updatesAlexander Schmitz2015-09-111-0/+12
| | | | Ref #14246
* Autocomplete: Style updatesAlexander Schmitz2015-09-111-0/+14
| | | | Ref #14246
* Button: Style updatesAlexander Schmitz2015-09-111-41/+45
| | | | Ref #14246
* Datepicker: Style updatesAlexander Schmitz2015-09-111-855/+881
| | | | Ref #14246
* Dialog: Style updatesAlexander Schmitz2015-09-111-0/+15
| | | | Ref #14246
* Draggable: Style updatesAlexander Schmitz2015-09-111-193/+201
| | | | Ref #14246
* Droppable: Style updatesAlexander Schmitz2015-09-111-20/+27
| | | | Ref #14246
* Menu: Style updatesAlexander Schmitz2015-09-111-0/+3
| | | | Ref #14246