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.
592 B
592 B
bi.multi_popup_view
下拉框弹出层的多选版本,toolbar带有若干按钮, zIndex在1000w,基类BI.MultiPopupView
{% method %} source
{% common %}
BI.createWidget({
element: "#wrapper",
type: "bi.multi_popup_view",
width: 300
});
{% endmethod %}
API
基础属性
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
buttons | 按钮组 | array | — | BI.i18nText("BI-Basic_Sure") |