0
我有以下代碼,在字段值,有沒有一種方法,我可以有旁邊removeEmptyString函數1更多的功能?2商店中的功能
var input1store = new Ext.data.Store({
fields: [{name: 'name', convert:removeEmptyString}],
proxy:{
type: 'ajax',
url: 'www.requesturl.com?format=json&source1',
reader: {
type: 'json',
root: 'xml.result'
}
},
autoLoad:false,
sorters: [{property: 'name', direction: 'asc'}]
});
爲了明確這一點,我想下面的代碼1個更多功能:
fields: [{name: 'name', convert:removeEmptyString}],