通用弹窗容器,包括头部标题和底部按钮,内容自定义
Parameters:
Name | Type | Description |
---|---|---|
animationType |
string | modal 显示动效, 默认 |
visible |
bool | 是否显示 modal, 默认 |
style |
style | modal 的自定义样式 |
title |
string | 标题 |
subtitle |
string | 副标题 |
showTitle |
bool | 是否显示标题,如果 |
showSubtitle |
bool | 是否显示副标题,默认 |
canDismiss |
bool | 是否允许点击蒙层背景隐藏 Modal,默认 |
buttons |
Array.<Button> | 按钮数组,定义底部按钮的属性,只能显示1~2个按钮,多传将失效。默认左取消右确定,左灰右绿,点击回调都是隐藏 Modal |
showButton |
bool | 是否显示按钮,默认 |
onDismiss |
function | 点击 |
- Since:
- 10021
Methods
dismiss()
隐藏 Modal
renderButtonGroup()
底部按钮
renderContent()
中间内容
renderOneButton(buttons)
一个按钮
Parameters:
Name | Type | Description |
---|---|---|
buttons |
Array.<object> |
renderTitle()
标题部分
renderTwoButtons(buttons)
两个按钮
Parameters:
Name | Type | Description |
---|---|---|
buttons |
Array.<object> |