This content has been marked as final.
Show 1 reply
-
1. Re: auto suggest using a javascript array
Arnout Kazemier Oct 5, 2009 4:43 PM (in response to Phil_W)Hello Phil,
Spry Actually allows you to use Arrays as source for a Spry Data Set.
Instead of using a XML or HTML dataset just create a normal dataset.
var ds = new Spry.Data.DataSet();
This will create the core dataset that all datasets are build on. This
dataset has a method called setDataFromArray()
do:
Now you can just use the AutoSuggest as it was inteded to be used.
Hopes this helps.


