Felix Nagel
8238c25980
Merge branch 'datepicker' into datepicker-globalize-1.x
2015-07-29 00:06:29 +02:00
Felix Nagel
76c74e5cfb
Datepicker: Use Globalize 1.0.0
...
- Make all demos work
- Fix calendar localization demo
- Fix merge errors
2015-07-29 00:04:23 +02:00
Rafael Xavier de Souza
82ea79ce5f
Datepicker: Use Globalize 1.0.0
...
- 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.
2015-07-29 00:03:59 +02:00
Rafael Xavier de Souza
9d552b7198
Datepicker: Use Globalize 1.0.0
...
- Fix "I never liked that we attempted to translate the language
https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152
2015-07-29 00:03:37 +02:00
Rafael Xavier de Souza
a16a788943
Datepicker: Use Globalize 1.0.0
...
- Update demos
2015-07-29 00:03:36 +02:00
Scott González
b5bae456a2
Spinner: Fix demos to use old Globalize
2015-07-15 10:24:21 -04:00
Scott González
71d8f16ad4
Merge branch 'master' into datepicker
2015-07-15 09:40:38 -04:00
Alexander Schmitz
c79bc7f040
Progressbar: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:58 -04:00
Alexander Schmitz
ba37ca9ea5
Position: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:58 -04:00
Alexander Schmitz
5ee324dd72
Effects: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
e543253468
Widget: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
24f1ce9ea0
Tooltip: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
c25a541fc4
Tabs: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
89bf0d057b
Spinner: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
d157b59a51
Sortable: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
dcd3cd516c
Slider: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
35ef105430
Droppable: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
be0a176b1f
Dialog: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
183422bd9f
Datepicker: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
12df1b7dad
Button: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
8b4ce807cd
Autocomplete: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
b240eed81b
Accordion: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Scott González
ec952e2909
Slider: Remove scrollbar demo
...
Custom scrollbars are often a bad idea and this was a particularly minimal,
and therefore terrible, implementation.
2015-04-22 12:37:08 -04:00
Jörn Zaefferer
9f62a3faf6
Autocomplete: Cleanup remote-jsonp demo
...
Fix handling of empty response, remove silly open/close handlers,
fix select callback, fix demo description.
Closes gh-1542
2015-04-20 16:55:26 +02:00
Jörn Zaefferer
2d0f05b25d
Selectmenu: Add a disabled-default option example to default demo
...
Ref gh-1520
2015-04-08 15:00:16 +02:00
Jörn Zaefferer
c5b215e319
Menu: Update default demo, use product categories
...
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
2015-04-08 14:33:35 +02:00
Alexander Schmitz
01c8f88c81
Droppable: Remove shopping cart demo
...
This has terrible UX that we shouldn't promote anymore.
2015-03-11 16:05:41 -04:00
Alexander Schmitz
9d71547394
Tooltip: Add classes option
...
Ref #7053
Ref gh-1411
2015-03-11 16:05:33 -04:00
Alexander Schmitz
f58277a521
Droppable: Add classes option
...
Ref #7053
Ref gh-1411
2015-03-11 16:04:34 -04:00
Scott González
af4c35df9d
Selectmenu: Support width: false
and default to 14em
...
`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
2015-03-05 11:42:49 -05:00
Scott González
c1dfb98d45
Tabs: Use standard promise methods for jqXHR
...
The old success(), error() and complete() methods have been deprecated for a
while and have been removed in upstream master.
Closes gh-1455
2015-02-24 10:24:58 -05:00
Scott González
fac8e517d7
Datepicker: Fix date range demo when entering values manually
...
Fixes #11143
Closes gh-1454
2015-02-23 12:21:21 -05:00
Felix Nagel
33b1820958
Calendar: Clean up demos.
2015-01-29 18:01:30 -05:00
Felix Nagel
9461f6680b
Calendar: Add buttons option
2015-01-29 18:01:29 -05:00
Felix Nagel
40e8519437
Datepicker: Fix localization demo
2015-01-29 18:01:29 -05:00
Felix Nagel
f88a06352a
Calendar: Add min and max option.
...
Improve render day cell mechanism.
2015-01-29 17:52:50 -05:00
Felix Nagel
510ba08cff
Calendar: Add calendar widget
...
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.
2015-01-29 17:52:46 -05:00
Felix Nagel
a11e87c98e
Datepicker: Fix icon trigger demo
2015-01-29 17:48:25 -05:00
Felix Nagel
6324828ba0
Datepicker: Fix populate alternate field demo
2015-01-29 17:48:25 -05:00
Felix Nagel
cfea8df90a
Datepicker: Fix code style issues
2015-01-29 17:48:19 -05:00
Rafael Xavier de Souza
ffc8ab2710
Datepicker: Use Globalize 1.0.0
2015-01-29 17:47:48 -05:00
Jörn Zaefferer
9ec69ccb73
Datepicker: Fix the eachDay
option
...
Use the `eachDay` option in the other-months demo.
Fix handling of `extraClasses` property, split on space.
2015-01-29 17:47:46 -05:00
TJ VanToll
e50d6d3bd2
Datepicker: Update tests and demos for new structure
2015-01-29 17:47:46 -05:00
TJ VanToll
68f8e3c2e3
Datepicker: Initial commit of widget rewrite work from old branch
...
History is on the datepicker-dead branch.
2015-01-29 13:42:45 -05:00
Jasper de Groot
79c4fa1e7a
Theme: Improve default theme styling
...
Changes tooltip to use the ui-widget-shadow class, which now applies the
box-shadow style. .ui-widget-shadow was created when box-shadow wasn't
available. By now, there's no point in faking a custom shadow anymore.
This removes the only non-structural CSS from a widget-specific file.
Updates demos to use the same font-family, removes unused images.
Will be available as the new default theme on ThemeRoller called "Base",
while "UI Smoothness" and "UI Lightness" will still be available in the
gallery.
Fixes #10617
Fixes #10880
Closes gh-1436
Ref jquery/download.jqueryui.com#248
2015-01-27 13:23:53 +01:00
Mike Sherov
b6bec797d6
Effects: Rewrite
...
1. Introduces a set of helper methods to easily create and define new effects.
2. Uses clip animations and placeholders instead of wrappers for clip effects.
3. Ensures all animations are detectable as animated
Fixes #10599
Fixes #9477
Fixes #9257
Fixes #9066
Fixes #8867
Fixes #8671
Fixes #8505
Fixes #7885
Fixes #7041
Closes gh-1017
2014-12-10 16:58:38 -05:00
Alexander Schmitz
24ce1c8b24
Dialog: Updating demo style based on changes to theme and demo CSS
...
Fixes #10693
Closes #1385
2014-11-18 16:23:51 +01:00
Anne-Gaelle Colom
fe75984e53
Easing: Fixed small typo in easing demo
2014-11-17 10:31:37 -05:00
Jörn Zaefferer
4e860dca95
Demos: Fix menu markup in split button demo
2014-11-07 11:56:38 +01:00
Jörn Zaefferer
c521ebc8f6
Demos: Fix menu markup in tooltip video-player demo
2014-11-07 11:56:38 +01:00