aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jQuery to 1.7.Scott González2011-11-09147-147/+147
|
* Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-012-3/+3
| | | | language code.
* Demos: replace global.js with globalize.js.midlis2011-10-251-2/+2
|
* Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵Hans Hillen2011-10-192-21/+15
| | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
* Upgraded jQuery to 1.6.4.Scott González2011-10-18147-147/+147
|
* Popup: Removed the focusout and focusin handlers which are nolonger ↵kborchers2011-10-111-10/+5
| | | | necessary. Also updated the tooltip style demo to have a little more interactive content.
* Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
|
* Popup: Added tooltip style demo and link to demos indexkborchers2011-10-062-0/+67
|
* Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-212-24/+0
|
* Popup: Added show/hide animations and a demokborchers2011-09-212-0/+97
|
* Position demo: Updated sizes of elements.Scott González2011-09-161-4/+11
|
* Spinner: Fixed map demo.Scott González2011-09-141-4/+5
|
* Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-151-0/+2
|\
| * Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-121-0/+2
| | | | | | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-2/+6
|/ | | | Don't enforce min/max on blur.
* Spinner demo: Fixed time demo.Scott González2011-08-101-1/+1
|
* Replace $.global with Globalize, update Spinner to use it. Related demos ↵Jörn Zaefferer2011-08-103-16/+16
| | | | currently broken due to previous changes.
* Widget demo: Fixed typo.Scott González2011-08-091-1/+1
|
* Spinner demos: Cleanup.Scott González2011-08-077-181/+196
|
* Spinner: Fixed double firing of change event when setting the value option ↵Scott González2011-08-071-1/+6
| | | | directly.
* Spinner demos: Fixed line endings.Scott González2011-08-077-383/+383
|
* Widget: Update demo to work with 1.6Jörn Zaefferer2011-08-041-1/+1
|
* Menu: Added a navigation menu demo which shows how to handle keyboard navigationkborchers2011-08-032-0/+85
|
* Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the ↵Scott González2011-08-031-3/+10
| | | | tabs at the bottom.
* Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a ↵Scott González2011-08-021-5/+4
| | | | tabs demo with the tabs at the bottom.
* Add new topalign menu demo to index, update jquery reference. Remove TODO ↵Jörn Zaefferer2011-07-273-4/+5
| | | | from contextmenu demo, it works fine.
* Merge remote branch 'kborchers/menu_topalign'Jörn Zaefferer2011-07-271-0/+80
|\
| * Menu: Added top-aligned menu demokborchers2011-07-261-0/+80
| |
* | Merge branch 'master' into core-1.6.1Scott González2011-07-254-123/+70
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * | Widget demo: Add a button to change the color of the widget.Scott González2011-07-201-4/+22
| |/
| * Menubar: Trigger select event after running all other methods. Allows the ↵Jörn Zaefferer2011-07-131-6/+8
| | | | | | | | select-handler to destroy the widget without errors.
| * Position: Cleanup up position demo CSS and add it to the within-visual-testJörn Zaefferer2011-07-121-7/+7
| |
| * Merge remote branch 'bmsterling/position'Jörn Zaefferer2011-07-121-0/+12
| |\
| | * Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵Benjamin Sterling2011-07-111-0/+12
| | | | | | | | | | | | if the element is flipped via css
| * | Menubar: Added the autoExpand option and modified the default demo to show ↵kborchers2011-07-071-0/+1
| |/ | | | | | | functionality
| * Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo ↵Jörn Zaefferer2011-06-101-35/+4
| | | | | | | | into css file.
| * Popup: Remove comment in default demo, focus handling is now working properlyJörn Zaefferer2011-06-101-1/+1
| |
| * Merge remote branch 'hanshillen/popup-hh'Jörn Zaefferer2011-06-101-15/+13
| |\
| | * Fix various pull request comments and coding standards issuesHans Hillen2011-05-301-19/+13
| | |
| | * wrapping tab order for popupHans Hillen2011-05-251-7/+11
| | |
| * | Update menubar to forward menu option to nested menus, update default demo ↵Jörn Zaefferer2011-06-091-60/+7
| | | | | | | | | | | | to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
* | | Upgrade jQuery to 1.6.2.Scott González2011-07-25143-143/+143
|/ /
* | Widget demo: Coding standards, fixed some broken code, added more comments.Scott González2011-06-071-16/+19
| |
* | Widget demo: Some improvements based on Scott's comments.Jörn Zaefferer2011-06-021-28/+40
| |
* | Merge branch 'master' into widget-factory-demoJörn Zaefferer2011-06-023-26/+20
|\ \
| * | Tooltip demos: Renamed delgation mixbag.Scott González2011-05-302-3/+7
| | |
| * | Tooltip: Pass the tooltip element in the open and close events.Scott González2011-05-301-12/+9
| | |
| * | Tooltip demo: Use static map instead of interactive map.Scott González2011-05-301-12/+5
| | |
* | | Merge branch 'master' into widget-factory-demoJörn Zaefferer2011-06-0223-295/+369
|\| |
| * | Tooltip demo: Removing stray periods.Scott González2011-05-291-2/+2
| | |