Hey!
In the searchoptions I can set a dataUrl and a buildSelect function. Something like that:
searchoptions:{ dataUrl:”path/dummy”,buildSelect:dummyFunc }
var dummyFunc = function() {return ““}
Now, the Browser will send a request to the server, but I want to load the searchoptions local in a function.
Is there a way that I can load the options directly by the dummyFunc or have I to try to get them from the server with the dataUrl?
Greece
Ph3n1x
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top