Skip to content

Commit

Permalink
doc: Popconfirm doc update (ElemeFE#18324)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and zihe-xu committed Jun 27, 2020
1 parent e3ad301 commit 117239e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/docs/en-US/popconfirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
6 changes: 6 additions & 0 deletions examples/docs/es/popconfirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
6 changes: 6 additions & 0 deletions examples/docs/fr-FR/popconfirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
6 changes: 6 additions & 0 deletions examples/docs/zh-CN/popconfirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
| 参数 | 说明 |
|--- | ---|
| reference | 触发 Popconfirm 显示的 HTML 元素 |

### Events
| 事件名称 | 说明 | 回调参数 |
|---------|--------|---------|
| onConfirm | 点击确认按钮时触发 ||
| onCancel | 点击取消按钮时触发 ||

0 comments on commit 117239e

Please sign in to comment.