You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
460 B
460 B
bi.display_tree
树展示控件
{% method %} source
{% common %}
var tree = BI.createWidget({
type: "bi.display_tree",
element: 'body',
});
tree.initTree({
id: 1,
text: '',
open: true,
});
{% endmethod %}
方法
方法名 | 说明 | 参数 |
---|---|---|
initTree | 加载tree结构 | node: 节点数组 settings: 配置项 |