`

遍历ext form表单的递归方法

EXT 
阅读更多

function eachItem(item,index,length) {
	if (item.isXType("combo")) {
            //修改下拉框的请求地址      
	   item.store.proxy.conn.url = url;   
	}
	if (item.items && item.items.getCount() > 0) {
	   item.items.each(eachItem, this);
	}
}
		
form.items.each(eachItem, this);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics