From: Alan Knowles Date: Tue, 4 Dec 2018 08:40:57 +0000 (+0800) Subject: examples/bootstrap/TabPanel-ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=7d3473a4c0cdcca7b75b217b278e4721cbe91802 examples/bootstrap/TabPanel-ComboBox.js --- diff --git a/examples/bootstrap/TabPanel-ComboBox.js b/examples/bootstrap/TabPanel-ComboBox.js index 456ff98bc4..6b3f47e42e 100644 --- a/examples/bootstrap/TabPanel-ComboBox.js +++ b/examples/bootstrap/TabPanel-ComboBox.js @@ -293,11 +293,11 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ } }, remoteSort : true, - sortInfo : { direction : 'ASC', field: 'name' }, + sortInfo : { direction : 'ASC', field: 'title' }, proxy : { xtype: 'HttpProxy', xns: Roo.data, - url : baseURL + '/Geoip/Core_geoip_country', + url : './data.country.js', method : 'GET' }, reader : { @@ -313,7 +313,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ 'type': 'string' }, { - 'name': 'name', + 'name': 'title', 'type': 'string' } ]