From 5a64b6136d2cf124c2d3ed8196bb699c101a9b0c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:40:29 +0800 Subject: [PATCH] examples/bootstrap/TabPanel-ComboBox.js --- examples/bootstrap/TabPanel-ComboBox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' } ] -- 2.39.2