Facebook style autocomplete using dojo

I found facebook style autocomplete using jQuery. But im uses dojo for my web application. Can you suggest how to implement or any open source code available for autocompletion using the dojo framework.

Using jquery:

http://devthought.com/wp-content/articles/autocompletelist/test.html

+3
source share
1 answer

You could use the use of select dijit or divjit comboox filters, and then update the data from the search URL when the user enters the input.

select combobox api dojo , . , .

() , :

http://today.java.net/pub/a/today/2006/04/27/building-ajax-with-dojo-and-json.html#advanced-dojo

dojo 1.6 zend, :

http://www.makina-corpus.org/blog/autocomplete-ajax-search-dojo-and-zend-framework

+2

All Articles