# bi.multi_popup_view

## 下拉框弹出层的多选版本,toolbar带有若干按钮, zIndex在1000w,基类[BI.MultiPopupView](case/layer/multi_popup_layer.md)

{% method %}
[source](https://jsfiddle.net/fineui/8of9a7cy/)

{% common %}
```javascript

BI.createWidget({
    element: "#wrapper",
    type: "bi.multi_popup_view",
    width: 300
});


```

{% endmethod %}

## API
##### 基础属性
| 参数    | 说明           | 类型  | 可选值 | 默认值
| :------ |:-------------  | :-----| :----|:----
| buttons | 按钮组 |array | — | BI.i18nText("BI-Basic_Sure")





---