diff -r 44d58d2e90b5 -r 3a3c15c462f8 client/player/development-bundle/demos/autocomplete/remote-jsonp.html --- a/client/player/development-bundle/demos/autocomplete/remote-jsonp.html Tue Jun 15 01:33:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +0,0 @@ - - -
- --The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field. -
--In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input. -
-