docs: add document for afterClose props for Modal (#4448)

+ close #4445
This commit is contained in:
陆离 2017-01-05 12:06:27 +08:00 committed by Benjy Cui
parent 4305ca7ab0
commit a0498e436f
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ and so on.
| maskClosable | Determine whether to close the modal dialog when clicked mask of it. | Boolean | true |
| style | Style of floating layer, typically used at least for adjusting the position. | Object | - |
| wrapClassName | The class name of the container of the modal dialog | String | - |
| afterClose | Specify a function that will be called when modal is closed completely. | function | - |
### Modal.xxx()

View File

@ -30,6 +30,7 @@ title: Modal
| maskClosable | 点击蒙层是否允许关闭 | Boolean | true |
| style | 可用于设置浮层的样式,调整浮层位置等 | Object | - |
| wrapClassName | 对话框外层容器的类名 | String | - |
| afterClose | Modal 完全关闭后的回调 | function | 无 |
### Modal.xxx()