fineui是帆软报表和BI产品线所使用的前端框架。
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.
 
 
 

627 B

tree_value_chooser_combo

简单的复选下拉树控件, 适用于数据量少的情况,getValue返回所有值,基类BI.Widget

{% method %} source

{% common %}


BI.createWidget({
   type: "bi.tree_value_chooser_combo",
   items: []
});



{% endmethod %}

API

基础属性
参数 说明 类型 可选值 默认值

对外方法

名称 说明 回调参数