Skip to main content

Bug Tracker

Side navigation

#1113 closed feature (wontfix)

Opened April 08, 2007 02:54PM UTC

Closed March 31, 2008 01:44AM UTC

indicator option for interface

Reported by: shelane Owned by: stefan
Priority: major Milestone: 1.1.3
Component: interface Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

An option to show an indicator while waiting for results. Indicator would show a hidden div until results returned as such:

<div id="myindicator" style="display: none"><img src="indicator.gif" /></div>

$('#autocompleteMe').Autocomplete(

{

source: '../autocomplete.php',

delay: 500,

fx: {

type: 'slide',

duration: 400

},

autofill: true,

helperClass: 'autocompleter',

selectClass: 'selectAutocompleter',

minchars: 2,

indicator: 'myindicator',

onSelect : cityCode,

onShow : fadeInSuggestion,

onHide : fadeOutSuggestion

}

);

Attachments (0)
Change History (1)

Changed March 31, 2008 01:44AM UTC by scott.gonzal comment:1

description: An option to show an indicator while waiting for results. Indicator would show a hidden div until results returned as such:\ <div id="myindicator" style="display: none"><img src="indicator.gif" /></div>\ $('#autocompleteMe').Autocomplete(\ {\ source: '../autocomplete.php',\ delay: 500,\ fx: {\ type: 'slide',\ duration: 400\ },\ autofill: true,\ helperClass: 'autocompleter',\ selectClass: 'selectAutocompleter',\ minchars: 2,\ indicator: 'myindicator',\ onSelect : cityCode,\ onShow : fadeInSuggestion,\ onHide : fadeOutSuggestion\ }\ );An option to show an indicator while waiting for results. Indicator would show a hidden div until results returned as such: \ <div id="myindicator" style="display: none"><img src="indicator.gif" /></div> \ $('#autocompleteMe').Autocomplete( \ { \ source: '../autocomplete.php', \ delay: 500, \ fx: { \ type: 'slide', \ duration: 400 \ }, \ autofill: true, \ helperClass: 'autocompleter', \ selectClass: 'selectAutocompleter', \ minchars: 2, \ indicator: 'myindicator', \ onSelect : cityCode, \ onShow : fadeInSuggestion, \ onHide : fadeOutSuggestion \ } \ );
resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.