From a0498e436f39ddcc0e714547ff0fb3dcbbdc530a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E7=A6=BB?= Date: Thu, 5 Jan 2017 12:06:27 +0800 Subject: [PATCH] docs: add document for `afterClose` props for Modal (#4448) + close #4445 --- components/modal/index.en-US.md | 1 + components/modal/index.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/components/modal/index.en-US.md b/components/modal/index.en-US.md index 829345b33e..687197d776 100644 --- a/components/modal/index.en-US.md +++ b/components/modal/index.en-US.md @@ -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() diff --git a/components/modal/index.zh-CN.md b/components/modal/index.zh-CN.md index c6eead3e81..b28fdddd8b 100644 --- a/components/modal/index.zh-CN.md +++ b/components/modal/index.zh-CN.md @@ -30,6 +30,7 @@ title: Modal | maskClosable | 点击蒙层是否允许关闭 | Boolean | true | | style | 可用于设置浮层的样式,调整浮层位置等 | Object | - | | wrapClassName | 对话框外层容器的类名 | String | - | +| afterClose | Modal 完全关闭后的回调 | function | 无 | ### Modal.xxx()