From: Alan Knowles Date: Tue, 4 Dec 2018 08:40:29 +0000 (+0800) Subject: examples/bootstrap/TabPanel-ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5a64b6136d2cf124c2d3ed8196bb699c101a9b0c examples/bootstrap/TabPanel-ComboBox.js --- diff --git a/examples/bootstrap/TabPanel-ComboBox.js b/examples/bootstrap/TabPanel-ComboBox.js index 4422837b86..fcf30fd2a5 100644 --- a/examples/bootstrap/TabPanel-ComboBox.js +++ b/examples/bootstrap/TabPanel-ComboBox.js @@ -183,11 +183,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 : { @@ -203,7 +203,7 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({ 'type': 'string' }, { - 'name': 'name', + 'name': 'title', 'type': 'string' } ]