From: Alan Knowles Date: Fri, 30 Nov 2018 08:01:07 +0000 (+0800) Subject: examples/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c60e0426a2114df3c51080c9502b729eedfefd1e examples/bootstrap/ComboBox.js --- diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index 813da7b53b..f8b6cd2168 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -75,7 +75,7 @@ Roo.example.combobox = new Roo.XComponent({ proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : baseURL + '/Geoip/Core_geoip_country', + url : '../boostrap/data.country.js', method : 'GET' }, reader : { @@ -91,7 +91,7 @@ Roo.example.combobox = new Roo.XComponent({ 'type': 'string' }, { - 'name': 'name', + 'name': 'title', 'type': 'string' } ]