X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=examples%2Fbootstrap%2FTabPanel-ComboBox.js;h=6b3f47e42e3b9b8f2503a93e51500fc046057501;hb=7d3473a4c0cdcca7b75b217b278e4721cbe91802;hp=456ff98bc4e94a0bbe923182c4287f5fd0b90d83;hpb=d6eb703b09c5a281254e87625c57498b32fc312e;p=roojs1 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' } ]