easy ui combotree的操作

1、获取combotree的选中值

$("#id").combotree("getValue");

2、设置combotree的选中值

1 $('#id').combotree('setValues', [1]);

3、清除combotree的所有选中值

1 $('#id').combotree("clear");

 

posted on 2015-08-12 17:35  凝冰  阅读(684)  评论(0编辑  收藏  举报