EasyUI Combobox 默认设置

/**
 *绑定运营商,默认设置, 演出CMCC, 传统的价值观念1
 */
$('#operatingId').combobox({ 
	url:'data_url',
	valueField:'id',
	textField:'name',
	mode:'remote',
	onLoadSuccess : function() {
		$("#operatingId").combobox("select", "CMCC");
		$("#operatingId").combobox("setValue", 1);
	}
});

版权声明:本文博主原创文章。博客,未经同意不得转载。

posted @ 2015-09-29 14:00  mengfanrong  阅读(348)  评论(0编辑  收藏  举报