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.
 
 
 

769 B

bi.color_chooser_popup

选色控件弹窗

{% method %} source

{% common %}


BI.createWidget({
    type: "bi.color_chooser_popup",
});

{% endmethod %}

参数

参数 说明 类型 默认值
height 高度 number 145

方法

方法名 说明 参数
setStoreColors 设置储存的颜色值 colors
setValue 设置颜色值 color
getValue 获取颜色值

事件

事件 说明
EVENT_VALUE_CHANGE 颜色值改变时触发