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.

24 lines
416 B

7 years ago
# dialog
7 years ago
## 对话框
{% method %}
[source](https://jsfiddle.net/fineui/9tj0jrpp/)
{% common %}
```javascript
BI.Msg.alert(title, content)
```
{% endmethod %}
##参数
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----|
7 years ago
| title | 对话框标题 | string | — | " " |
| content | 对话框内容 | string | — | " " |
7 years ago
7 years ago
---