Select to view content in your preferred language

customize esri world geocoder search box

3681
10
Jump to solution
10-15-2015 02:23 PM
BrianKeller__GISP
Occasional Contributor

I cannot for the life of me find a .js/css/anything for configuring this search box using the web app builder dev version. Can anyone drop me a file path or rough location?

Capture.PNG

Thanks!

0 Kudos
10 Replies
JoeWong1
Deactivated User

All,

I'm trying to modify the associated widget.js file so that my search results get sorted.  After I save the changes to the widget.js file and deploy the application, I get a create search widget error.  Anyone have any ideas why?  Or what I might be doing wrong.

This is the code I am trying to add:

for (int i = 0; i < 10; i++){

      results.sort(function(a,b){return a - b});

}

thanks,

Joe

0 Kudos