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
0013043a
Commit
0013043a
authored
Nov 15, 2016
by
baiyaaaaa
Committed by
GitHub
Nov 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1063 from Leopoldthecoder/doc-misc
Docs: misc updates
parents
a52f8000
a809a203
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
examples/docs/en-US/date-picker.md
examples/docs/en-US/date-picker.md
+3
-3
examples/docs/en-US/datetime-picker.md
examples/docs/en-US/datetime-picker.md
+3
-3
examples/docs/en-US/dialog.md
examples/docs/en-US/dialog.md
+1
-0
examples/docs/en-US/time-picker.md
examples/docs/en-US/time-picker.md
+3
-3
examples/docs/zh-CN/dialog.md
examples/docs/zh-CN/dialog.md
+1
-0
No files found.
examples/docs/en-US/date-picker.md
View file @
0013043a
...
@@ -252,9 +252,9 @@ Picking a date range is supported.
...
@@ -252,9 +252,9 @@ Picking a date range is supported.
### Attributes
### Attributes
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
|---------- |-------------- |---------- |-------------------------------- |-------- |
|---------- |-------------- |---------- |-------------------------------- |-------- |
| readonly | read only | boolean | — | false |
| readonly |
whether DatePicker is
read only | boolean | — | false |
| disabled | disabled | boolean | - | false |
| disabled |
whether DatePicker is
disabled | boolean | - | false |
| editable | editable | boolean | - | true |
| editable |
whether the input is
editable | boolean | - | true |
| placeholder | placeholder | string | — | — |
| placeholder | placeholder | string | — | — |
| type | type of the picker | string | year/month/date/datetime/week/datetimerange/daterange | date |
| type | type of the picker | string | year/month/date/datetime/week/datetimerange/daterange | date |
| format | format of the picker | string | year
`yyyy`
month
`MM`
day
`dd`
,
<br>
hour
`HH`
, minute
`mm`
, second
`ss`
| yyyy-MM-dd |
| format | format of the picker | string | year
`yyyy`
month
`MM`
day
`dd`
,
<br>
hour
`HH`
, minute
`mm`
, second
`ss`
| yyyy-MM-dd |
...
...
examples/docs/en-US/datetime-picker.md
View file @
0013043a
...
@@ -207,9 +207,9 @@ Select date and time in one picker.
...
@@ -207,9 +207,9 @@ Select date and time in one picker.
### Attributes
### Attributes
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
|---------- |-------------- |---------- |-------------------------------- |-------- |
|---------- |-------------- |---------- |-------------------------------- |-------- |
| readonly | read only | boolean | — | false |
| readonly |
whether DatePicker is
read only | boolean | — | false |
| disabled | disabled | boolean | - | false |
| disabled |
whether DatePicker is
disabled | boolean | - | false |
| editable | editable | boolean | - | true |
| editable |
whether the input is
editable | boolean | - | true |
| placeholder | placeholder | string | — | — |
| placeholder | placeholder | string | — | — |
| type | type of the picker | string | year/month/date/datetime/week/datetimerange/daterange | date |
| type | type of the picker | string | year/month/date/datetime/week/datetimerange/daterange | date |
| format | format of the picker | string | year
`yyyy`
month
`MM`
day
`dd`
,
<br>
hour
`HH`
, minute
`mm`
, second
`ss`
| yyyy-MM-dd |
| format | format of the picker | string | year
`yyyy`
month
`MM`
day
`dd`
,
<br>
hour
`HH`
, minute
`mm`
, second
`ss`
| yyyy-MM-dd |
...
...
examples/docs/en-US/dialog.md
View file @
0013043a
...
@@ -168,6 +168,7 @@ The content of Dialog can be anything, even a table or a form. This example show
...
@@ -168,6 +168,7 @@ The content of Dialog can be anything, even a table or a form. This example show
| custom-class | custom class names for Dialog | string | — | — |
| custom-class | custom class names for Dialog | string | — | — |
| close-on-click-modal | whether the Dialog can be closed by clicking the mask | boolean | — | true |
| close-on-click-modal | whether the Dialog can be closed by clicking the mask | boolean | — | true |
| close-on-press-escape | whether the Dialog can be closed by pressing ESC | boolean | — | true |
| close-on-press-escape | whether the Dialog can be closed by pressing ESC | boolean | — | true |
| show-close | whether to show a close button | boolean | — | true |
### Slot
### Slot
...
...
examples/docs/en-US/time-picker.md
View file @
0013043a
...
@@ -143,9 +143,9 @@ Can pick an arbitrary time range.
...
@@ -143,9 +143,9 @@ Can pick an arbitrary time range.
### Attributes
### Attributes
| Attribute | Description | Type | Accepted Values | Default |
| Attribute | Description | Type | Accepted Values | Default |
|---------- |-------------- |---------- |-------------------------------- |-------- |
|---------- |-------------- |---------- |-------------------------------- |-------- |
| readonly | read only | boolean | — | false |
| readonly |
whether DatePicker is
read only | boolean | — | false |
| disabled | disabled | boolean | - | false |
| disabled |
whether DatePicker is
disabled | boolean | - | false |
| editable | editable | boolean | - | true |
| editable |
whether the input is
editable | boolean | - | true |
| placeholder | placeholder | string | — | — |
| placeholder | placeholder | string | — | — |
| format | format of the picker | string | hour
`HH`
, minute
`mm`
, second
`ss`
| HH:mm:ss |
| format | format of the picker | string | hour
`HH`
, minute
`mm`
, second
`ss`
| HH:mm:ss |
| value | value of the picker | date for Time Picker, and string for Time Select | hour
`HH`
, minute
`mm`
, second
`ss`
| HH:mm:ss |
| value | value of the picker | date for Time Picker, and string for Time Select | hour
`HH`
, minute
`mm`
, second
`ss`
| HH:mm:ss |
...
...
examples/docs/zh-CN/dialog.md
View file @
0013043a
...
@@ -187,6 +187,7 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下
...
@@ -187,6 +187,7 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下
| custom-class | Dialog 的自定义类名 | string | — | — |
| custom-class | Dialog 的自定义类名 | string | — | — |
| close-on-click-modal | 是否可以通过点击 modal 关闭 Dialog | boolean | — | true |
| close-on-click-modal | 是否可以通过点击 modal 关闭 Dialog | boolean | — | true |
| close-on-press-escape | 是否可以通过按下 ESC 关闭 Dialog | boolean | — | true |
| close-on-press-escape | 是否可以通过按下 ESC 关闭 Dialog | boolean | — | true |
| show-close | 是否显示关闭按钮 | boolean | — | true |
### Slot
### Slot
| name | 说明 |
| name | 说明 |
...
...
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