jQuery EasyUI API 中文文档 - ComboTree组合树_jquery
程序员文章站
2022-05-25 11:42:53
...
扩展自 $.fn.combo.defaults 和 $.fn.tree.defaults。用 $.fn.combotree.defaults 重写了defaults。
依赖
combo
tree
用法
复制代码 代码如下:
$('#cc').combotree({
url:'tree_data.json'
});
特性
其特性扩展自 combo 和 tree,下列是为 combotree 重写的特性。
名称 |
类型 |
说明 |
默认值 |
editable |
boolean |
定义用户是否可以直接往文本域中输入文字。 |
false |
事件
其事件扩展自 combo 和 tree。
方法
其方法扩展自 combo,下列是为 combotree 追加或重写的方法。
名称 |
参数 |
说明 |
options |
none |
返回 options 对象。 |
tree |
none |
返回 tree 对象。 |
loadData |
data |
加载本地的 tree 数据。 |
reload |
url |
再一次请求远程的 tree 数据。 |
clear |
none |
清除组件的值。 |
setValues |
values |
把数组设置给组件的值。 |
setValue |
value |
设置组件的值。 |
下一篇: Oracle体系概述-数据字典
推荐阅读
-
jQuery EasyUI API 中文文档 - DateBox日期框
-
jqPlot 图表中文API使用文档及源码和在线示例_jquery
-
jQuery EasyUI API 中文文档 - NumberBox数字框_jquery
-
jQuery EasyUI 中文API Button使用实例_jquery
-
jQuery EasyUI API 中文文档 - DataGrid数据表格_jquery
-
jQuery EasyUI API 中文文档 - ComboGrid 组合表格_jquery
-
jQuery EasyUI API 中文文档 - NumberSpinner数值微调器使用介绍_jquery
-
jQuery EasyUI API 中文文档 - ComboTree组合树_jquery
-
jQuery EasyUI API 中文文档 - Spinner微调器使用_jquery
-
jQuery EasyUI API 中文文档 - PropertyGrid属性表格_jquery