aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
| * Autocomplete: Update demos to use AMDAlexander Schmitz2015-07-2112-135/+45
| | | | | | | | Ref #10119
| * Datepicker: Update localization demo to use i18n files from ui folderAlexander Schmitz2015-07-215-147/+1
| | | | | | | | Ref #10119
| * Datepicker: Use new demos infrastructureAlexander Schmitz2015-07-2118-113/+32
| | | | | | | | Ref #10119
| * Accordion: Use new demos infrastructureAlexander Schmitz2015-07-218-202/+13
| | | | | | | | Ref #10119
| * Demos: Fixup correct nameAlexander Schmitz2015-07-211-1/+1
| |
| * Demos: Add new infrastructure using a require.js bootstrapAlexander Schmitz2015-07-212-0/+64
| | | | | | | | | | Fixes #10119 Closes gh-1557
* | Datepicker: Update to Globalize 1.0.0Felix Nagel2015-07-295-0/+5
| |
* | Calendar: Update Globalize to 1.0.0Felix Nagel2015-07-298-0/+8
| |
* | Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-2913-14/+14
| |
* | Datepicker: Use Globalize 1.0.0Felix Nagel2015-07-2912-35/+62
| | | | | | | | | | | | - Make all demos work - Fix calendar localization demo - Fix merge errors
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-6/+8
| | | | | | | | | | | | | | | | | | - Move external/date.js -> ui/calendar/date.js and UMDify it; - Create a locale option as discussed during Chicago's meeting: - [String] A String with locale value, e.g. "en"; or - [Object] An object with all the formatters. TODO: Use the Globalize to-be-created generators instead of these wrap functions.
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-5/+5
| | | | | | | | | | - Fix "I never liked that we attempted to translate the language https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-295-6/+34
| | | | | | | | - Update demos
* | Spinner: Fix demos to use old GlobalizeScott González2015-07-153-8/+8
| |
* | Merge branch 'master' into datepickerScott González2015-07-1548-344/+131
|\|
| * Progressbar: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
| |
| * Position: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-5/+5
| |
| * Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-2010-10/+10
| |
| * Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
| |
| * Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-3/+3
| |
| * Tabs: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-4/+4
| |
| * Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-204-7/+7
| |
| * Sortable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Slider: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
| |
| * Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-3/+3
| |
| * Button: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-5/+5
| |
| * Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-6/+6
| |
| * Accordion: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-6/+6
| |
| * Slider: Remove scrollbar demoScott González2015-04-221-131/+0
| | | | | | | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation.
| * Autocomplete: Cleanup remote-jsonp demoJörn Zaefferer2015-04-201-18/+11
| | | | | | | | | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542
| * Selectmenu: Add a disabled-default option example to default demoJörn Zaefferer2015-04-081-0/+12
| | | | | | | | Ref gh-1520
| * Menu: Update default demo, use product categoriesJörn Zaefferer2015-04-081-20/+18
| | | | | | | | | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641
| * Droppable: Remove shopping cart demoAlexander Schmitz2015-03-111-96/+0
| | | | | | | | This has terrible UX that we shouldn't promote anymore.
| * Tooltip: Add classes optionAlexander Schmitz2015-03-111-1/+3
| | | | | | | | | | Ref #7053 Ref gh-1411
| * Droppable: Add classes optionAlexander Schmitz2015-03-116-15/+33
| | | | | | | | | | Ref #7053 Ref gh-1411
| * Selectmenu: Support `width: false` and default to 14emScott González2015-03-053-9/+0
| | | | | | | | | | | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
| * Tabs: Use standard promise methods for jqXHRScott González2015-02-241-1/+1
| | | | | | | | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455
| * Datepicker: Fix date range demo when entering values manuallyScott González2015-02-231-15/+28
| | | | | | | | | | Fixes #11143 Closes gh-1454
* | Calendar: Clean up demos.Felix Nagel2015-01-294-38/+3
| |
* | Calendar: Add buttons optionFelix Nagel2015-01-291-2/+6
| |
* | Datepicker: Fix localization demoFelix Nagel2015-01-292-9/+16
| |
* | Calendar: Add min and max option.Felix Nagel2015-01-291-2/+9
| | | | | | | | Improve render day cell mechanism.
* | Calendar: Add calendar widgetFelix Nagel2015-01-2919-147/+146
| | | | | | | | | | | | | | | | | | | | | | Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
* | Datepicker: Fix icon trigger demoFelix Nagel2015-01-291-15/+16
| |
* | Datepicker: Fix populate alternate field demoFelix Nagel2015-01-291-2/+2
| |
* | Datepicker: Fix code style issuesFelix Nagel2015-01-291-1/+1
| |
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-01-293-16/+28
| |
* | Datepicker: Fix the `eachDay` optionJörn Zaefferer2015-01-291-2/+7
| | | | | | | | | | Use the `eachDay` option in the other-months demo. Fix handling of `extraClasses` property, split on space.