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
29c5f6b1
Commit
29c5f6b1
authored
Sep 13, 2022
by
Ausra无忧
Committed by
GitHub
Sep 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DatePicker: 文档补充append-to-body字段 (#21970)
parent
d33c4e0c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
examples/docs/en-US/date-picker.md
examples/docs/en-US/date-picker.md
+1
-0
examples/docs/es/date-picker.md
examples/docs/es/date-picker.md
+1
-0
examples/docs/fr-FR/date-picker.md
examples/docs/fr-FR/date-picker.md
+1
-0
examples/docs/zh-CN/date-picker.md
examples/docs/zh-CN/date-picker.md
+1
-0
No files found.
examples/docs/en-US/date-picker.md
View file @
29c5f6b1
...
@@ -476,6 +476,7 @@ When picking a date range, you can assign the time part for start date and end d
...
@@ -476,6 +476,7 @@ When picking a date range, you can assign the time part for start date and end d
| prefix-icon | Custom prefix icon class | string | — | el-icon-date |
| prefix-icon | Custom prefix icon class | string | — | el-icon-date |
| clear-icon | Custom clear icon class | string | — | el-icon-circle-close |
| clear-icon | Custom clear icon class | string | — | el-icon-circle-close |
| validate-event | whether to trigger form validation | boolean | - | true |
| validate-event | whether to trigger form validation | boolean | - | true |
| append-to-body | whether to append DatePicker itself to body | boolean | — | true |
### Picker Options
### Picker Options
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
...
...
examples/docs/es/date-picker.md
View file @
29c5f6b1
...
@@ -476,6 +476,7 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
...
@@ -476,6 +476,7 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
| unlink-panels | desvincular los dos paneles de fecha en el range-picker | boolean | — | false |
| unlink-panels | desvincular los dos paneles de fecha en el range-picker | boolean | — | false |
| prefix-icon | Clase personalizada para el icono prefijado | string | — | el-icon-date |
| prefix-icon | Clase personalizada para el icono prefijado | string | — | el-icon-date |
| clear-icon | Clase personalizada para el icono
`clear`
| string | — | el-icon-circle-close |
| clear-icon | Clase personalizada para el icono
`clear`
| string | — | el-icon-circle-close |
| append-to-body | Si adjuntar el cuadro de DatePicker al cuerpo | boolean | — | true |
### Opciones del Picker
### Opciones del Picker
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
...
...
examples/docs/fr-FR/date-picker.md
View file @
29c5f6b1
...
@@ -456,6 +456,7 @@ Lorsque vous choisissez une plage de dates, vous pouvez assigner l'horaire de d
...
@@ -456,6 +456,7 @@ Lorsque vous choisissez une plage de dates, vous pouvez assigner l'horaire de d
| prefix-icon | Icône de préfixe. | string | — | el-icon-date |
| prefix-icon | Icône de préfixe. | string | — | el-icon-date |
| clear-icon | Icône de reset. | string | — | el-icon-circle-close |
| clear-icon | Icône de reset. | string | — | el-icon-circle-close |
| validate-event | Si la validation doit être déclenchée. | boolean | - | true |
| validate-event | Si la validation doit être déclenchée. | boolean | - | true |
| append-to-body | S'il faut ajouter le DatePicker au body | boolean | — | true |
### Options du Picker
### Options du Picker
| Attribut | Description | Type | Valeurs acceptées | Défaut |
| Attribut | Description | Type | Valeurs acceptées | Défaut |
...
...
examples/docs/zh-CN/date-picker.md
View file @
29c5f6b1
...
@@ -429,6 +429,7 @@
...
@@ -429,6 +429,7 @@
| prefix-icon | 自定义头部图标的类名 | string | — | el-icon-date |
| prefix-icon | 自定义头部图标的类名 | string | — | el-icon-date |
| clear-icon | 自定义清空图标的类名 | string | — | el-icon-circle-close |
| clear-icon | 自定义清空图标的类名 | string | — | el-icon-circle-close |
| validate-event | 输入时是否触发表单的校验 | boolean | - | true |
| validate-event | 输入时是否触发表单的校验 | boolean | - | true |
| append-to-body | DetePicker 自身是否插入至 body 元素上。 | boolean | — | true |
### Picker Options
### Picker Options
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
...
...
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