[jQuery] Re: Dojo combobox equivalent

2007-09-05 Thread guyinva
Jörn, Sorry about the delay. Nabble keeps sending the wrong user info to the group. Anyhow, I just added a separate lookup array that includes all options. I was able to access individual elements of cache.data[a-z], but I couldn't get loadFromCache() to return everything, so I just made a para

[jQuery] Re: Dojo combobox equivalent

2007-09-04 Thread Jörn Zaefferer
guyinva schrieb: Ok, I finally got around to modding Dan Switzer's Autocomplete to where is shows all possible options on initial focus and when the textbox is empty. I might dress it up and make it a new plugin (it works really well), but in the meantime, email me if you want it. I've only tes

[jQuery] Re: Dojo combobox equivalent

2007-09-03 Thread guyinva
Ok, I finally got around to modding Dan Switzer's Autocomplete to where is shows all possible options on initial focus and when the textbox is empty. I might dress it up and make it a new plugin (it works really well), but in the meantime, email me if you want it. I've only tested it on FF and Sa

[jQuery] Re: Dojo combobox equivalent

2007-09-03 Thread asdf
I'm looking for the same thing. The suggestions listed here so far have been autocompletes. I need, and I think this is what Eridius is after, is an editable select element. I also want to display all possible values on focus. On Aug 13, 9:11 am, Eridius <[EMAIL PROTECTED]> wrote: > I don't thi

[jQuery] Re: Dojo combobox equivalent

2007-08-24 Thread Dylan Verheul
You could go with an autocompleter and mustMatch=true See http://www.dyve.net/jquery?autocomplete On 8/13/07, Eridius <[EMAIL PROTECTED]> wrote: > > > I don't think there is anything exactly like that but it is basically a > autocompleter with a slight modification. > > > hfilter wrote: > > > > H

[jQuery] Re: Dojo combobox equivalent

2007-08-24 Thread theahuramazda
Hi Eridius, I don't have an autocomplete combobox as yet, but I am writing a jquery combobox. In time, I hope to have a complete solution with autocomplete, but at the moment I'm concentrating on getting basic functionality. you can get it at http://jquery.sanchezsalvador.com an autocomplete bo

[jQuery] Re: Dojo combobox equivalent

2007-08-13 Thread duma
Yeah, it looks like it's an autocompleter with the added functionality that, when you click on the drop-down image/button, it shows you the complete list of possible values. Sean Eridius wrote: > > I don't think there is anything exactly like that but it is basically a > autocompleter with a

[jQuery] Re: Dojo combobox equivalent

2007-08-13 Thread Eridius
I don't think there is anything exactly like that but it is basically a autocompleter with a slight modification. hfilter wrote: > > Hi everyone > > Does anyone know of a jquery equivalent to the autocomplete dojo combobox. > A demo can be found here > http://www.sauter-online.de/dojo/demos/w