js 选中 $("#ID").combobox('setValue','默认值');
---------------------------------------------------------------
example:
//ComBoBox输入框
-------------------------------------------------------
ComBoBox的数据源:
json 数据格式的示例
[{
"id":1,
"text":"text1"
},{
"id":2,
"text":"text2"
},{
"id":3,
"text":"text3",
"selected":true //这个是加载时选中显示
},{
"id":4,
"text":"text4"
},{
"id":5,
"text":"text5"
}]