Opened 16 years ago
Closed 15 years ago
#1113 closed feature (wontfix)
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 (last modified by )
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
}
);
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.