Skip to content

Commit 65d26bb

Browse files
iamkunBANKA2017
authored andcommitted
doc: Popconfirm doc update (ElemeFE#18324)
1 parent b67ccfd commit 65d26bb

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

examples/docs/en-US/popconfirm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
5252
| Name | Description |
5353
|--- | ---|
5454
| reference | HTML element that triggers Popconfirm |
55+
56+
### Events
57+
| Event Name | Description | Parameters |
58+
|---------|--------|---------|
59+
| onConfirm | triggers when click confirm button ||
60+
| onCancel | triggers when click cancel button ||

examples/docs/es/popconfirm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
5252
| Name | Description |
5353
|--- | ---|
5454
| reference | HTML element that triggers Popconfirm |
55+
56+
### Events
57+
| Event Name | Description | Parameters |
58+
|---------|--------|---------|
59+
| onConfirm | triggers when click confirm button ||
60+
| onCancel | triggers when click cancel button ||

examples/docs/fr-FR/popconfirm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
5252
| Name | Description |
5353
|--- | ---|
5454
| reference | HTML element that triggers Popconfirm |
55+
56+
### Events
57+
| Event Name | Description | Parameters |
58+
|---------|--------|---------|
59+
| onConfirm | triggers when click confirm button ||
60+
| onCancel | triggers when click cancel button ||

examples/docs/zh-CN/popconfirm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
5252
| 参数 | 说明 |
5353
|--- | ---|
5454
| reference | 触发 Popconfirm 显示的 HTML 元素 |
55+
56+
### Events
57+
| 事件名称 | 说明 | 回调参数 |
58+
|---------|--------|---------|
59+
| onConfirm | 点击确认按钮时触发 ||
60+
| onCancel | 点击取消按钮时触发 ||

0 commit comments

Comments
 (0)