Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
590d7b83
Commit
590d7b83
authored
Apr 10, 2020
by
iamkun
Committed by
GitHub
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Popconfirm doc update (#18324)
parent
091f63ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
0 deletions
+24
-0
examples/docs/en-US/popconfirm.md
examples/docs/en-US/popconfirm.md
+6
-0
examples/docs/es/popconfirm.md
examples/docs/es/popconfirm.md
+6
-0
examples/docs/fr-FR/popconfirm.md
examples/docs/fr-FR/popconfirm.md
+6
-0
examples/docs/zh-CN/popconfirm.md
examples/docs/zh-CN/popconfirm.md
+6
-0
No files found.
examples/docs/en-US/popconfirm.md
View file @
590d7b83
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
| Name | Description |
| Name | Description |
|--- | ---|
|--- | ---|
| reference | HTML element that triggers Popconfirm |
| 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
examples/docs/es/popconfirm.md
View file @
590d7b83
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
| Name | Description |
| Name | Description |
|--- | ---|
|--- | ---|
| reference | HTML element that triggers Popconfirm |
| 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
examples/docs/fr-FR/popconfirm.md
View file @
590d7b83
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
...
@@ -52,3 +52,9 @@ You can customise Popconfirm like:
| Name | Description |
| Name | Description |
|--- | ---|
|--- | ---|
| reference | HTML element that triggers Popconfirm |
| 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
examples/docs/zh-CN/popconfirm.md
View file @
590d7b83
...
@@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
...
@@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
| 参数 | 说明 |
| 参数 | 说明 |
|--- | ---|
|--- | ---|
| reference | 触发 Popconfirm 显示的 HTML 元素 |
| reference | 触发 Popconfirm 显示的 HTML 元素 |
### Events
| 事件名称 | 说明 | 回调参数 |
|---------|--------|---------|
| onConfirm | 点击确认按钮时触发 | — |
| onCancel | 点击取消按钮时触发 | — |
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment