Commit Graph

853 Commits

Author SHA1 Message Date
Scott González
8b4d187746 Button demos: Coding standards. 2010-09-09 22:45:43 -04:00
Scott González
eba3067479 Demos: Cleanup. 2010-09-09 22:33:28 -04:00
Scott González
df932bbba3 Autocomplete demos: Coding standards. 2010-09-09 22:33:28 -04:00
Scott González
83244d933c Effects demos (partial): Coding standards. 2010-09-09 22:33:28 -04:00
Scott González
b79e92818f Accordion demos: Coding standards. 2010-09-09 22:33:28 -04:00
jzaefferer
1b4019a233 Autocomplete: Combobox demo cleanup 2010-08-29 11:31:03 +02:00
Scott González
4400632f53 Autocomplete: Improved cache demo. 2010-08-27 12:47:19 -04:00
Scott González
2398f6d23a Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localization for ui.datepicker. 2010-08-11 08:33:46 -04:00
Scott González
ee1f5b54de Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken. 2010-07-29 05:32:04 -04:00
Scott González
d7fa82bc5e Added position plugin to demo pages that use dialogs. 2010-07-27 20:46:39 -04:00
Scott González
dde27daf62 Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localization demo. 2010-07-27 17:59:37 -04:00
Scott González
860635fd17 Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select. 2010-07-22 14:55:41 -04:00
Scott González
123467af8e Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues. 2010-07-20 14:49:14 -04:00
Scott González
5d1e297640 Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values. 2010-07-20 14:35:54 -04:00
Scott González
ba091650ff Autcomplete: Refactored combobox demo. 2010-07-20 14:20:46 -04:00
Scott González
c2c09e8953 Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values. 2010-07-20 13:24:53 -04:00
Scott González
5debdb08d7 Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding. 2010-07-19 21:53:19 -04:00
Scott González
1f2cfb942f Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html-encoded.
As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo.
2010-07-19 15:45:30 -04:00
Scott González
7deb873c51 Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar. 2010-07-19 15:35:47 -04:00
Scott González
5e3755af8a Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu. 2010-07-19 14:17:44 -04:00
Scott González
44daca1cfa Autocomplete demos: Added more programming languages and alphabetized. 2010-07-19 14:10:37 -04:00
Scott González
44d1a38a19 Autocomplete: Moved all demo images into /demos/autocomplete/images. 2010-07-19 10:06:07 -04:00
Scott González
fe71d5d0a0 Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.
We will need to undo this change when ThemeRoller supports generating loading images.
2010-07-19 09:41:21 -04:00
Scott González
bf947d1756 Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules. 2010-07-16 09:37:31 -04:00
jzaefferer
a3ab2b223b Add support for multiple events, along with hoverintent demo. Fixes #3614 - Accordion: support multiple events being set at the same time 2010-07-14 19:39:50 +02:00
Scott González
594b7f5b23 Dialog: Fixed reference to bgiframe. 2010-07-08 09:02:56 -04:00
jzaefferer
5f4a6009e9 Menu: Extended button's splitbutton demo to use an actual menu 2010-06-23 16:58:20 +02:00
jzaefferer
965dddd981 Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - Autocomplete: multiple demos need extra IE handling for cursor position 2010-06-23 16:44:11 +02:00
jzaefferer
b1e4aa9a1f Menu demos: a few less items for the default demo to fit into the demo frame 2010-06-19 16:39:17 +02:00
jzaefferer
fa27e0f611 Menu demos: Restrict selectors to demo elements; add menu to demos/index.html 2010-06-19 16:37:39 +02:00
jzaefferer
f1edd5b62e Menu: default and contextmenu demos 2010-06-18 10:23:41 +02:00
Scott González
9241757d7a Dialog demo: Remove reference to obsolete overlay option. 2010-06-14 19:42:59 -07:00
Ralph Whitbeck
888725a17b Updated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfer was removed. 2010-04-30 00:13:44 +08:00
Scott González
e087e7dee0 Autocomplete: Changed cache demo to cache all results.
Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
2010-04-23 12:19:06 -04:00
jzaefferer
8cba84c246 Fixed typo in demo description 2010-04-23 09:40:24 +02:00
jzaefferer
17f8079bc2 Menu: Extracted menu code from autocomplete, updated all dependencies 2010-04-21 21:01:08 +02:00
jzaefferer
cfa185d962 Merge commit '1.8.1' into tooltip 2010-04-21 20:06:56 +02:00
jzaefferer
19b76a14a8 Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where actually necessary 2010-04-21 20:00:45 +02:00
Scott González
6a59746d1d Autocomplete: Added demo for accent folding.
Proof of concept for #5219 - Autocomplete: Support for accent-folding.
2010-04-21 10:02:53 -04:00
Scott González
32bcf56584 Autocomplete: Added custom rendering for custom data demo. 2010-04-21 09:57:35 -04:00
jzaefferer
d1033cc2b7 Autocomplete: Fixed href to multiple-remote dmeo in index 2010-04-16 11:09:28 +02:00
jzaefferer
dbc9addfae Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data 2010-04-16 11:05:35 +02:00
jzaefferer
cddf2a45da Autocomplete: code improvements for multiple demo 2010-04-15 15:31:49 +02:00
jzaefferer
5c55462a90 Autocomplete: multiple demo added 2010-04-15 10:43:47 +02:00
Richard D. Worth
36cb3f7da3 Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated 2010-04-14 08:19:53 -04:00
jzaefferer
37970c3685 Effects demos: cleanup 2010-04-12 13:43:41 +02:00
jzaefferer
e7882fa393 Use tooltip to display hint when combobox input doesn't match anything 2010-04-08 23:41:49 +02:00
jzaefferer
6204e1a3c4 The accidental merge of tooltip into master was reverted in master, that revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done 2010-04-08 23:21:47 +02:00
jzaefferer
ffc29bba05 Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 2010-04-08 12:07:45 +02:00
unknown
f29befb40c Button: some demo code formatting 2010-04-06 22:50:27 +02:00
unknown
34a71eab7b Autocomplete: Change demo title in index.file to fit it in one line 2010-04-06 22:42:14 +02:00
Jörn Zaefferer
1c3ea9b911 Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?). 2010-04-05 11:07:55 -07:00
jzaefferer
00fdd8bcd9 Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit df31e22b95, reversing
changes made to ab8d155217.

Need to revert this revert later on when actually merging the tooltip branch into master.
2010-04-01 09:33:25 +02:00
jzaefferer
df31e22b95 Merge branch 'tooltip' of github.com:jquery/jquery-ui 2010-04-01 09:25:21 +02:00
unknown
9ec4c4e682 Tooltip: Two more demos showing mousetracking with open/close events and using open/close methods to programmatically show/hide tooltips 2010-03-31 20:19:09 +02:00
unknown
af2296b3b0 Tabs: Adding demo using cookie option for persistence 2010-03-30 22:46:41 +02:00
unknown
97ba4776db Shopping-Cart demo: Add new demo to droppable demo index 2010-03-30 22:34:46 +02:00
unknown
649fc8f4bd Shopping-Cart demo: Fix demo title 2010-03-30 22:08:43 +02:00
unknown
9dfbb3fc3f Shopping-Cart demo: Fix the eager activeClass on sorting 2010-03-30 22:08:04 +02:00
unknown
a9c2bdc0b5 Shopping-Cart demo: fix typos 2010-03-30 22:04:23 +02:00
unknown
c9a877e81a Adding shopping cart demo for integration of accordion, draggable, droppable and sortable 2010-03-30 21:57:43 +02:00
jzaefferer
f1933142e4 Merge branch 'master' into tooltip 2010-03-26 12:45:32 -04:00
jzaefferer
56a3d4cbff Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo 2010-03-26 10:59:34 -04:00
jzaefferer
2766e1997a Tooltip: Fixing up demo 2010-03-25 14:45:50 -04:00
Scott González
b4729e5512 Autocomplete demo: Removed todo (already captured in trac). 2010-03-24 13:24:19 -04:00
jzaefferer
7dbf7ecfc1 Copying files from old Googlecode dev branch for tooltip 2010-03-21 22:28:32 +01:00
jzaefferer
678844ed8c Combobox demo: Improved styling and added a title to the button, to avoid having   in the tooltip 2010-03-20 22:04:35 +01:00
Scott González
1899cca942 Autocomplete: Combobox demo - don't use position plugin to place the button next to the text field.
Fixes #5338 - autocomplete combobox look weird in opera 10.50.
2010-03-20 16:57:37 -04:00
Scott González
22ba931c39 Menu: skip over elements that aren't menu items.
Fixes #5188 - Refactor menu rendering for more customizing.
2010-03-20 14:37:25 -04:00
Richard Worth
89abd42970 demos index: put effects in a more logical order 2010-03-18 10:50:37 +00:00
Richard Worth
df4f72a5cb demos index: put effects in a more logical order 2010-03-18 10:48:29 +00:00
Richard Worth
2dd8539664 button default demo: moved prevent navigation to # when clicking on anchor button to head 2010-03-18 10:38:25 +00:00
Richard Worth
aeec6b3100 demos: html validation 2010-03-18 10:31:17 +00:00
Richard Worth
8d87d06758 eol-style and mime-type 2010-03-17 23:42:32 +00:00
Richard Worth
119937725f position demo - fixed html validation issue. Hopefully will fix #5358 - Position Demo is borked 2010-03-17 19:22:05 +00:00
Richard Worth
2a7fc816ee autocomplete: combobox demo: tweaked padding to be more consistent across browsers 2010-03-15 20:32:02 +00:00
Richard Worth
01ac417875 autocomplete demo: corrected spelling of perl 2010-03-15 19:35:05 +00:00
Richard Worth
49bc171fe7 button demo: minor update 2010-03-15 19:30:29 +00:00
Richard Worth
97a5b24830 Button demo: added description 2010-03-15 19:29:35 +00:00
Richard Worth
bfc180b1ba html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase 2010-03-12 03:18:34 +00:00
Richard Worth
a99a284b2f button default demo: prevent navigation to # when clicking on anchor button 2010-03-10 14:46:40 +00:00
Keith Wood
b2ef0fcc9e Datepicker: Tamil localisation 2010-03-02 08:27:46 +00:00
Scott González
c16246f502 Button demo: Fixed duplicate id. 2010-03-02 02:44:41 +00:00
Keith Wood
d6fd76c0c1 Datepicker: Add Faroese localisation 2010-02-26 08:09:58 +00:00
Jörn Zaefferer
8b20f1ff9b ajax tabs demo: renamed tabs to fit on the demo template 2010-02-24 18:47:26 +00:00
Jörn Zaefferer
a5eab4cc38 Fix for #4451 - ajax tabs error handling 2010-02-24 18:43:33 +00:00
Keith Wood
a8747488d0 Datepicker: Fixed #5156 Added Chinese Hong Kong localisation
That makes 50!
2010-02-22 08:43:38 +00:00
Jörn Zaefferer
8e8094be4b use button on accordion demo page with a button-eleement 2010-02-20 17:54:35 +00:00
Jörn Zaefferer
b53bf774ce partial for #5126 - less rows in remote demo to avoid scrolling 2010-02-20 17:46:19 +00:00
Jörn Zaefferer
012ed1a194 partial for #5126 - improved custom data demo 2010-02-20 17:39:57 +00:00
Jörn Zaefferer
d2903141e0 partial for #5126 - extra classes for combobox input 2010-02-20 17:36:07 +00:00
Jörn Zaefferer
1dd12faf42 partial for #5126 - less rows in remote jsonp demo to avoid scrolling 2010-02-20 17:34:37 +00:00
Jörn Zaefferer
b9882e903a no delay need for local data 2010-02-17 09:24:01 +00:00
Scott González
f52018a344 Autocomplete categories demo: Simplified styling. 2010-02-17 03:40:01 +00:00
Scott González
1342b2a867 Autocomplete categories demo: Removed custom jQuery methods and tweaked the category styling. 2010-02-17 03:28:18 +00:00
Scott González
d3141b84cb Autocomplete demo: Added styling to the categories. 2010-02-17 02:08:43 +00:00
Scott González
5aaae1d695 Working categorized autocomplete demo. 2010-02-17 01:56:01 +00:00
Jörn Zaefferer
4f4715017d Fix for #5188 along with a half-functional demo (buggy keyboard navigation) 2010-02-16 16:20:05 +00:00
Richard Worth
0798b10717 Fixed #5182 - Update to jQuery 1.4.2 2010-02-16 02:39:57 +00:00
Richard Worth
828bcdd2f0 fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1 2010-02-16 01:38:23 +00:00
Scott González
341dbce9e4 Removed extra semicolon. 2010-02-06 03:56:24 +00:00
Scott González
0b976c4616 Slider demo: Don't change default values.
Fixes #5131 - Slider demos need options reset before loading next demo.
2010-02-05 02:30:48 +00:00
Jörn Zaefferer
b72caa0f3d autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes 2010-01-28 13:29:20 +00:00
Jörn Zaefferer
de8ed36df1 autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes 2010-01-28 13:27:32 +00:00
Jörn Zaefferer
961238a50b autocomplete: use json_encode in PHP to produce valid JSON 2010-01-28 13:22:52 +00:00
Richard Worth
79bd955054 switched to jQuery 1.4.1 2010-01-27 12:29:43 +00:00
Jörn Zaefferer
1382af8af0 autocomplete: added xml-parsing demo 2010-01-26 20:52:21 +00:00
Jörn Zaefferer
1d560a53b5 button: more specific selectors for demo pages, avoiding any other global demo page issues 2010-01-20 17:52:06 +00:00
Jörn Zaefferer
aba705c91d button: don't style everything, just the demo 2010-01-20 17:32:08 +00:00
Richard Worth
eecbde22a6 eol-style and mime-type 2010-01-20 14:00:14 +00:00
Richard Worth
a1e069759d switched to jQuery 1.4 2010-01-20 13:52:38 +00:00
Scott González
010385b2fa Dialog, position: Removed bgiframe option; always use bgiframe when available.
Fixes #5071 - Remove bgiframe option from all plugins.
2010-01-19 23:25:38 +00:00
Scott González
7d96a0d096 Widget factory: Changed _create to _init.
Partial fix for #5064 - Widget: make multiple instantiation more useful.
2010-01-15 18:58:20 +00:00
Scott González
486373239f Dialog: Tweaking demo so buttons fit on one line. 2010-01-15 02:14:53 +00:00
Scott González
1c31a26b56 Replaced stackfix with bgiframe.
Fixes #5061 - Remove stackfix.
2010-01-14 18:09:07 +00:00
Scott González
6024fdf256 Copied autocomplete from dev branch. 2010-01-14 17:23:11 +00:00
Scott González
4c0823a019 Tabs ajax demo: Changed content of one of the remote tabs so it's obvious that the two ajax tabs are actually loading different files. 2010-01-13 00:39:40 +00:00
Scott González
cc9359ce64 Accordion demos: Added missing include of mouse plugin.
Fixes #5046 - Accordion demos: Missing mouse plugin.
2010-01-07 05:58:13 +00:00
Scott González
90fb45dffa Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests). 2010-01-07 03:19:50 +00:00
Richard Worth
1d41fc6715 slider: fixed missing references to mouse plugin 2010-01-01 12:48:11 +00:00
Scott González
752c191a71 Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins. 2009-12-23 03:29:33 +00:00
Scott González
06e29401b8 Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Jörn Zaefferer
b6d17b24d4 extracting widget factory into jquery.ui.widget.js 2009-12-16 22:20:18 +00:00
Keith Wood
2b31eafb61 Dstepicker - Demonstrate opening/closing animations 2009-12-08 00:08:44 +00:00
Keith Wood
a53da5ab89 Datepicker - Fixed #4987 - Add bosnian language to DatePicker 2009-12-08 00:02:19 +00:00
Scott González
a09664d567 addClass demo: Fixed URLs to be relative. 2009-11-15 23:52:54 +00:00
Scott González
bddf0fdb77 Effects: Added fade effect. Needs documentation.
Fixes #4416 - Add fade effect.
2009-11-13 04:35:47 +00:00
Keith Wood
b0f59eebdb Datepicker: Added Afrikaans and English/UK localisations 2009-10-22 09:49:19 +00:00
Richard Worth
8072598825 sortable portlets demo: Swapped plus and minus icons for more consistency 2009-10-04 10:29:03 +00:00
Richard Worth
e2d873e6f0 renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 2009-09-17 10:39:12 +00:00
Jörn Zaefferer
93be4407bf effects easing: typo 2009-09-02 19:41:18 +00:00
Richard Worth
65457fea4c fixed a little issue in Chrome, Safari 2009-09-02 19:30:46 +00:00
Richard Worth
afc26e41eb Fixed a bug in the drawing of all the graphs, especially visible in easeout curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview. 2009-09-02 19:23:38 +00:00
Scott González
da0aeced9d Dialog demo: Use the ui-state-highlight class instead of a hard-coded color. Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color. 2009-08-29 02:12:56 +00:00
Jörn Zaefferer
977d73c90d Workaround for #4786, improved 2009-08-18 19:23:49 +00:00
Jörn Zaefferer
4f6dd319e9 Workaround for #4786 2009-08-18 19:22:25 +00:00
Jörn Zaefferer
b2b82e07fb sortable accordion: formatting 2009-08-18 19:07:26 +00:00
Jörn Zaefferer
aafaf7ee2c Tabs: Fix for #4785, improving styles 2009-08-18 18:37:33 +00:00
Jörn Zaefferer
241239f6e4 Tabs: Fix for #4785 2009-08-18 18:25:27 +00:00
Jörn Zaefferer
c8162d5a6f position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll 2009-08-16 09:09:48 +00:00
Jörn Zaefferer
24a1b6c9aa position: added demo to demos/index.html 2009-08-16 09:08:47 +00:00
Jörn Zaefferer
57a90fe7e1 include position plugin in demos/index.html - especially annoying when that is missing because position() isn't undefined when ui.position.js is missing 2009-08-06 18:12:28 +00:00
Scott González
d6385b039b Dialog: Support hash, array, string for cursorAt option. Use position plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins. 2009-08-03 14:28:54 +00:00
Keith Wood
20e13a4d77 Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker 2009-07-29 08:33:33 +00:00
Scott González
de827dd8df Dialog: Include stackfix in default demo. 2009-07-28 02:34:35 +00:00
Scott González
eff793d014 Copied position plugin from /branches/dev/positionTo r2971. 2009-07-24 18:24:13 +00:00
Jörn Zaefferer
389343cfd3 added tabs-slider demo 2009-07-19 11:32:40 +00:00
Scott González
695adc544d toggleClass demo: Fixed script and stylesheet URLs to be relative. 2009-07-13 00:47:34 +00:00
Jörn Zaefferer
169d2ad30f workaround for #4375 2009-07-11 14:00:08 +00:00
Jörn Zaefferer
a2899b145f replacing bgiframe with ui.stackfix, updated dialog and its demos accordingly 2009-07-09 11:17:19 +00:00
Jörn Zaefferer
b6bdbb4211 accordion fix for #4653: added tests, adopted no-auto-height demo to also cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed 2009-07-03 21:05:22 +00:00
Ca-Phun Ung
cfe9a275c9 datepicker: fixed dateFormat example 2009-06-24 07:40:14 +00:00
Keith Wood
681bcc4ad0 Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localization 2009-06-22 02:43:30 +00:00
Keith Wood
3b5c91fdc6 Datepicker. Fixed #3657 showOtherMonths should allow the selection of days from other months 2009-06-21 07:28:51 +00:00
Keith Wood
37f4f74493 Datepicker: Fixed #4592 Basque (euskara) localization 2009-06-16 08:42:15 +00:00
Keith Wood
ce94b548d0 Datepicker: Added Vietnamese localisation 2009-06-06 05:59:23 +00:00
Scott González
140ca4804e Dialog Modal Form Demo: Added ui-state-focus class on focus (fixes #4568 - Demo: Dialog modal form demo doesn't react to focus on button). 2009-05-31 12:19:20 +00:00
Jörn Zaefferer
32c342a282 replaced svn:externals with versioned files within trunk/externals 2009-05-27 17:50:56 +00:00
Richard Worth
5f83018470 eol-style and mime-type 2009-05-22 03:29:00 +00:00
Jörn Zaefferer
892824558c Fix for #4222 2009-05-11 11:43:48 +00:00
Keith Wood
068fd93e89 Datepicker: Added Azerbaijani localisation 2009-04-26 02:38:44 +00:00
Richard Worth
8d8645c2a5 removed BOMs 2009-04-24 19:53:21 +00:00
Jörn Zaefferer
fae081ed25 effects: demo visualising easing functions, tuning 2009-04-23 22:47:42 +00:00
Jörn Zaefferer
5e2ed0c541 effects: demo visualising easing functions, tuning 2009-04-23 22:24:43 +00:00
Jörn Zaefferer
9571d9614c effects: demo visualising easing functions, tuning 2009-04-23 22:21:51 +00:00
Jörn Zaefferer
35186a9a39 effects: demo visualising easing functions, tuning 2009-04-23 22:21:32 +00:00
Jörn Zaefferer
67830bde80 effects: demo visualising easing functions, tuning 2009-04-23 22:14:47 +00:00
Jörn Zaefferer
60a0ae46e5 effects: demo visualising easing functions, tuning 2009-04-23 22:11:30 +00:00
Jörn Zaefferer
a24b17a874 effects: demo visualising easing functions, tuning 2009-04-23 22:11:02 +00:00
Jörn Zaefferer
a0050d1337 effects: demo visualising easing functions, tuning 2009-04-23 21:37:07 +00:00
Jörn Zaefferer
c3d8917e56 effects: demo visualising easing functions, added to index 2009-04-23 21:05:11 +00:00
Jörn Zaefferer
45492ac346 effects: demo visualising easing functions, tuning 2009-04-23 21:03:48 +00:00
Jörn Zaefferer
2fac011e4a effects: demo visualising easing functions 2009-04-23 20:55:45 +00:00
Scott González
6061587bdd Dialog demo: Removed misplaced !important. 2009-04-18 19:09:41 +00:00
Keith Wood
3c7b612993 Datepicker: Fixed #4462 - Estonian localization 2009-04-14 12:58:53 +00:00
Keith Wood
5235b3bbd5 Datepicker: fixed #4085 - Can not display year and month correctly in Japanese 2009-04-10 07:55:52 +00:00
Scott González
1dce11b934 Added demo for animated dialog. 2009-04-02 02:37:25 +00:00
Chi Cheng
473e7e8e8a Demos: sortable accordion 2009-03-22 15:48:26 +00:00
Richard Worth
e8fcf147a1 demos/draggable/sortable.html: missing semicolon ; 2009-03-17 08:53:54 +00:00
Jörn Zaefferer
2ebe15ee7d datepicker demo: improved to respect dateFormat when setting min/maxDate; datepicker still needs a lot of work 2009-03-15 14:32:21 +00:00
Jörn Zaefferer
d9b69be03f formatting 2009-03-15 12:33:03 +00:00
Jörn Zaefferer
96c968b79b datepicker: added event-search demo, combining various options to select a daterange with two inputs 2009-03-14 14:28:10 +00:00
Jörn Zaefferer
3c04e76b33 datepicker: added event-search demo, combining various options to select a daterange with two inputs 2009-03-14 14:26:41 +00:00
Jörn Zaefferer
c0ea4c1aad added textarea-demo für resizable 2009-03-11 08:56:57 +00:00
Chi Cheng
97c7781d02 Demo: resizable helper 2009-03-08 14:16:10 +00:00
Chi Cheng
af3b838fde Demo: resizable helper 2009-03-08 14:13:16 +00:00
Maggie Costello Wachs
08024000ce added left nav links to Getting Started and Upgrade Guide 2009-03-04 23:15:43 +00:00
Richard Worth
834349b407 demos index: added missing </a> 2009-03-04 08:17:49 +00:00
Chi Cheng
cb478ac4e4 demo menu: re-order links 2009-03-04 07:57:45 +00:00
Chi Cheng
723d916549 demo menu: re-order links 2009-03-04 07:56:49 +00:00
Jörn Zaefferer
07e0689f7b slider demo: added hotelrooms example, showing how to enhance an existing select with a slider - I think we need way more of these, showing off our commitment to progressive enhancement 2009-03-03 22:50:17 +00:00
Jörn Zaefferer
de06ca6622 slider demo: added hotelrooms example, showing how to enhance an existing select with a slider - I think we need way more of these, showing off our commitment to progressive enhancement 2009-03-03 21:04:30 +00:00
Richard Worth
c701c7126c reverted r2179 (demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for now as both have issues in Safari) restoring broken demos to trunk so they can be worked on for the next release (1.7.1) 2009-03-03 11:15:16 +00:00
Richard Worth
f445d3c145 demos: simplified class effect demos to work in IE6 2009-03-03 11:01:55 +00:00
Richard Worth
aacb34f437 demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for now as both have issues in Safari 2009-03-03 10:38:12 +00:00
Richard Worth
6d8e662744 demos: slider - Simple colorpicker, prevent sliders from sometimes being drawn vertical when page first loads. Weird. 2009-03-03 10:32:52 +00:00
Richard Worth
5ab17ce323 demos: sortable - Delay start, fixed so first drag doesn't have to start on text in IE6 2009-03-03 09:37:10 +00:00
Richard Worth
9652a4d81e demos: sortable - Include / exclude items, fixed display issue in IE6 2009-03-03 09:35:30 +00:00
Richard Worth
4caba8e574 demos: draggable - Contrain movement, prevent horizontal scrollbar 2009-03-03 09:27:22 +00:00
Richard Worth
9d5fcaf5a4 demos: show - start hidden instead of fadeOut to prevent flash 2009-03-02 12:46:33 +00:00
Richard Worth
b8f1e92817 demos: sortable - disableSelection on sortable elements 2009-03-02 12:10:59 +00:00
Richard Worth
1395a6047b demos: droppable photo manager - fixed issue where dialog would not be centered when image first opened. 2009-03-02 11:57:08 +00:00
Richard Worth
05cfcedaa2 demos: effects - added return false; to button click handlers 2009-03-02 09:26:09 +00:00
Bohdan Ganicky
f45e2b2da3 demos/tabs: added new demo "Simple manipulation", shows simple tabs adding and removing 2009-03-01 17:05:44 +00:00
Jörn Zaefferer
cacb2acee4 refactored multiple-slider demo by setting a few defaults and reading values from markup, removing some inline styles 2009-02-28 12:24:42 +00:00
Scott Jehl
78bddbe8df updated classes more to use all animated properties 2009-02-27 19:06:57 +00:00
Scott Jehl
79a1d82582 updated classes to use all animated properties 2009-02-27 18:35:01 +00:00
Scott Jehl
1ded43162a updated demos to a standard format - class animations do not seem to work in safari (unsure why) 2009-02-27 18:05:18 +00:00
Scott Jehl
8f8d827826 removed margin-left rules due to IE6 conflict 2009-02-27 16:57:26 +00:00
Richard Worth
bd3dc48e02 changed ui.jquery.com to jqueryui.com 2009-02-27 11:41:40 +00:00
Scott Jehl
e3825ccc80 removed margin-left rules from these draggable demos due to IE6 conflict 2009-02-27 04:06:52 +00:00
Scott Jehl
6f8399916b added effect method folders / pages 2009-02-26 22:53:46 +00:00
Scott Jehl
fd0333b66d added effect method folders / pages 2009-02-26 22:50:45 +00:00
Scott Jehl
45d6a3cace effect method demos page - possibly a good solution for this 2009-02-26 22:27:15 +00:00
Scott Jehl
1fffa645b6 restrict sort to x axis 2009-02-20 18:38:21 +00:00
Richard Worth
352b081a39 Switched to jQuery 1.3.2 2009-02-20 11:40:25 +00:00
Keith Wood
3ef80b3b0f Fixed #4156 Serbian localizations 2009-02-19 10:30:43 +00:00
Scott González
c748a543c4 Demos for switchClass and toggleClass. 2009-02-18 18:12:08 +00:00
Richard Worth
4d2f386491 sortable demos: added zoom: 1 for IE6 2009-02-18 14:40:25 +00:00
Richard Worth
b7aa4f09f8 progressbar demos: missing '}' 2009-02-18 14:16:27 +00:00
Todd Parker
f0b9f16d08 Fixed the description text and tweaked button position so it fits inside the demo block without scrolling. 2009-02-17 22:03:15 +00:00
Klaus Hartl
82d7c67bd3 fixed an incorrect slash and a self closing span 2009-02-13 22:18:35 +00:00
Bohdan Ganicky
032e584c1a demos/sortable/connect-lists-through-tabs: quick selector bugfix 2009-02-09 19:59:19 +00:00
Bohdan Ganicky
ff3998265d demos/sortable/connect-lists-through-tabs: finetuning 2009-02-09 11:13:42 +00:00
Richard Worth
3bb13571ca Moved #4087 test page from demos/droppable to /tests/visual/droppable 2009-02-07 17:47:25 +00:00
Richard Worth
849ed445c0 moved test page (#4088) from demos/sortable to tests/visual/sortable 2009-02-07 17:19:25 +00:00
Bohdan Ganicky
01801eaa21 demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop callback.), not added to the index page 2009-02-07 16:00:01 +00:00
Bohdan Ganicky
3b2a072125 demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggable immediately after the drop callback raises an error.), not added to the index page 2009-02-07 15:39:17 +00:00
Richard Worth
929c330cd2 duplicated images to fix on demos index 2009-02-06 06:33:56 +00:00
Bohdan Ganicky
81099914a9 demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch after item is removed from the list 2009-02-05 21:44:38 +00:00
Bohdan Ganicky
ba8c8e646c demos/sortable/connect-lists-through-tabs: fixed demo description 2009-02-05 19:48:10 +00:00
Bohdan Ganicky
e0cd20b44f demos/sortable/connect-lists-through-tabs: new demo created as a reaction to a certain discussion in the jquery ui google group 2009-02-05 19:39:38 +00:00
Klaus Hartl
270769a7ab Tabs demo: use collapsible instead of deprecated deselectable option 2009-02-05 07:27:20 +00:00
Scott Jehl
8fe45c45f1 added float left back to anchor to get click anwhere behavior (not just text) 2009-02-05 06:07:05 +00:00
Richard Worth
27fb50e276 demos slider: removed extra char (;) in stylesheet 2009-02-05 06:03:31 +00:00
Scott Jehl
21b7b8ca42 added vertical tabs demo. This could be implemented very easily in the future by adding a class to the widget. 2009-02-05 06:00:10 +00:00
Scott Jehl
b7fd8f060d set a taller initial height on the progress bar. resize icon looked awkward with it. 2009-02-05 01:08:42 +00:00
Scott González
a0654df038 Datepicker inline demo: Fixed #3967: Inline demo doesn't work in IE6 from main demo page. 2009-02-04 01:57:06 +00:00
Scott González
8735354b10 Explode demo: Fixed Safari margin bug (fix for #3968). 2009-02-02 04:02:43 +00:00
Scott González
94c16d6378 Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed demos, tests, and using alwaysOpen on init. 2009-02-02 02:29:31 +00:00
Scott González
5c155719a8 Sortable demos: Updated all uses of connectWith to use a string instead of an array (array is deprecated). 2009-02-01 01:06:42 +00:00
Richard Worth
b388e6b8e1 eol-style and mime-type 2009-01-31 06:24:22 +00:00
Richard Worth
60b38f0e02 progressbar demos: Added animated progressbar demo 2009-01-31 06:08:17 +00:00
Richard Worth
ac8b734e98 accordion demos: file rename 2009-01-31 05:56:46 +00:00
Richard Worth
4db23193c8 eol-style and mime-type 2009-01-31 05:54:48 +00:00
Scott Jehl
82cf103c93 added effect methods demos - still need class animations 2009-01-30 22:57:11 +00:00
Scott Jehl
3353f65c0e reverted r 1920 2009-01-30 22:54:41 +00:00
Scott Jehl
8d61ce344b added effect methods demos - still have not made demos for the class animations 2009-01-30 22:35:58 +00:00
Jörn Zaefferer
506ae46a6d accordion: demo title 2009-01-30 20:48:46 +00:00
Jörn Zaefferer
39e4178cf2 accordion: demo description typo 2009-01-30 20:46:30 +00:00