aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle ↵Scott González2010-11-231-2/+9
| | | | destroy.
* Autocomplete: Use the text of the option, not the value when checking for ↵Scott González2010-11-191-1/+1
| | | | valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different.
* Autocomplete multiple demos: Don't leave the field when tabbing while the ↵Scott González2010-11-192-50/+66
| | | | menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting.
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-195-0/+0
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-1212-12/+12
|
* Autocomplete (maxheight demo): Add padding to account for vertical ↵Scott González2010-11-041-0/+3
| | | | scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
* Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ↵Scott González2010-11-021-0/+1
| | | | Autocomplete: horizontal scrollbar on IE7.
* Upgraded jQuery to 1.4.3.Scott González2010-10-2112-12/+12
|
* Demos: Cleanup.Scott González2010-09-0913-23/+23
|
* Autocomplete demos: Coding standards.Scott González2010-09-0913-297/+350
|
* Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
|
* Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
|
* Autocomplete: Removed selection handling in IE. No longer needed now that ↵Scott González2010-07-222-14/+0
| | | | autocomplete ensures that the cursor is placed at the end of the field on select.
* Autocomplete (combobox demo): Set intial value of text field based on value ↵Scott González2010-07-201-1/+4
| | | | of select element. Partial fix for #5757 - Autocomplete combobox issues.
* Autocomplete (combobox demo): Detect valid entries when typed, but not ↵Scott González2010-07-201-5/+15
| | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
|
* Autocomplete: Clear selectedItem property whenever the user types something. ↵Scott González2010-07-201-0/+1
| | | | Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
* Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ↵Scott González2010-07-191-0/+1
| | | | Support for accent-folding.
* Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵Scott González2010-07-192-2/+8
| | | | | | 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.
* Autocompelte demos: Renamed the scrollable demo so the title fits on one ↵Scott González2010-07-191-1/+1
| | | | line in the sidebar.
* Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵Scott González2010-07-192-0/+53
| | | | document and demo a scrolling menu.
* Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
|
* Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
|
* Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵Scott González2010-07-195-0/+15
| | | | | | 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.
* Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵jzaefferer2010-06-232-0/+14
| | | | Autocomplete: multiple demos need extra IE handling for cursor position
* Autocomplete: Changed cache demo to cache all results.Scott González2010-04-231-25/+8
| | | | Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
* Autocomplete: Added demo for accent folding.Scott González2010-04-211-0/+64
| | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding.
* Autocomplete: Added custom rendering for custom data demo.Scott González2010-04-211-1/+7
|
* Autocomplete: Fixed href to multiple-remote dmeo in indexjzaefferer2010-04-161-1/+1
|
* Autocomplete: Refactored code for array filtering into ↵jzaefferer2010-04-164-18/+87
| | | | $.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
* Autocomplete: code improvements for multiple demojzaefferer2010-04-151-4/+4
|
* Autocomplete: multiple demo addedjzaefferer2010-04-152-0/+76
|
* Autocomplete: Combobox demo update, fixed mustMatch with corrected change ↵jzaefferer2010-04-081-7/+12
| | | | event, also added button for toggling the hidden select and an empty-value option. Fixes #5453
* Autocomplete: Change demo title in index.file to fit it in one lineunknown2010-04-061-1/+1
|
* Added link to categories-demo to autocomplete demos index. Still need to ↵Jörn Zaefferer2010-04-051-0/+1
| | | | move the menu-overrides from that demo back to menu (is there a ticket?).
* Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵jzaefferer2010-03-261-1/+1
| | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo
* Autocomplete demo: Removed todo (already captured in trac).Scott González2010-03-241-1/+0
|
* Combobox demo: Improved styling and added a title to the button, to avoid ↵jzaefferer2010-03-201-8/+5
| | | | having   in the tooltip
* Autocomplete: Combobox demo - don't use position plugin to place the button ↵Scott González2010-03-201-6/+5
| | | | | next to the text field. Fixes #5338 - autocomplete combobox look weird in opera 10.50.
* Menu: skip over elements that aren't menu items.Scott González2010-03-201-23/+0
| | | Fixes #5188 - Refactor menu rendering for more customizing.
* demos: html validationRichard Worth2010-03-181-4/+4
|
* eol-style and mime-typeRichard Worth2010-03-172-163/+163
|
* autocomplete: combobox demo: tweaked padding to be more consistent across ↵Richard Worth2010-03-151-1/+2
| | | | browsers
* autocomplete demo: corrected spelling of perlRichard Worth2010-03-151-1/+1
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-129-17/+26
|
* partial for #5126 - less rows in remote demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
|
* partial for #5126 - improved custom data demoJörn Zaefferer2010-02-201-3/+2
|
* partial for #5126 - extra classes for combobox inputJörn Zaefferer2010-02-201-2/+1
|
* partial for #5126 - less rows in remote jsonp demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
|
* no delay need for local dataJörn Zaefferer2010-02-171-0/+1
|