From 117239e6930df8e123e74f3120add9d780ea455b Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 10 Apr 2020 16:32:59 +0800 Subject: [PATCH] doc: Popconfirm doc update (#18324) --- examples/docs/en-US/popconfirm.md | 6 ++++++ examples/docs/es/popconfirm.md | 6 ++++++ examples/docs/fr-FR/popconfirm.md | 6 ++++++ examples/docs/zh-CN/popconfirm.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/examples/docs/en-US/popconfirm.md b/examples/docs/en-US/popconfirm.md index 72033bfc06f..199627e2265 100644 --- a/examples/docs/en-US/popconfirm.md +++ b/examples/docs/en-US/popconfirm.md @@ -52,3 +52,9 @@ You can customise Popconfirm like: | Name | Description | |--- | ---| | reference | HTML element that triggers Popconfirm | + +### Events +| Event Name | Description | Parameters | +|---------|--------|---------| +| onConfirm | triggers when click confirm button | — | +| onCancel | triggers when click cancel button | — | \ No newline at end of file diff --git a/examples/docs/es/popconfirm.md b/examples/docs/es/popconfirm.md index 72033bfc06f..199627e2265 100644 --- a/examples/docs/es/popconfirm.md +++ b/examples/docs/es/popconfirm.md @@ -52,3 +52,9 @@ You can customise Popconfirm like: | Name | Description | |--- | ---| | reference | HTML element that triggers Popconfirm | + +### Events +| Event Name | Description | Parameters | +|---------|--------|---------| +| onConfirm | triggers when click confirm button | — | +| onCancel | triggers when click cancel button | — | \ No newline at end of file diff --git a/examples/docs/fr-FR/popconfirm.md b/examples/docs/fr-FR/popconfirm.md index 72033bfc06f..199627e2265 100644 --- a/examples/docs/fr-FR/popconfirm.md +++ b/examples/docs/fr-FR/popconfirm.md @@ -52,3 +52,9 @@ You can customise Popconfirm like: | Name | Description | |--- | ---| | reference | HTML element that triggers Popconfirm | + +### Events +| Event Name | Description | Parameters | +|---------|--------|---------| +| onConfirm | triggers when click confirm button | — | +| onCancel | triggers when click cancel button | — | \ No newline at end of file diff --git a/examples/docs/zh-CN/popconfirm.md b/examples/docs/zh-CN/popconfirm.md index e3eb86e1cae..852a1faf5e5 100644 --- a/examples/docs/zh-CN/popconfirm.md +++ b/examples/docs/zh-CN/popconfirm.md @@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考 | 参数 | 说明 | |--- | ---| | reference | 触发 Popconfirm 显示的 HTML 元素 | + +### Events +| 事件名称 | 说明 | 回调参数 | +|---------|--------|---------| +| onConfirm | 点击确认按钮时触发 | — | +| onCancel | 点击取消按钮时触发 | — | \ No newline at end of file