Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenhao
hel-developer-guide
Commits
6a2b50c5
Commit
6a2b50c5
authored
Jul 31, 2017
by
custom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 前端组件/hlsDatePicker.md
Auto commit by GitBook Editor
parent
43ebcd56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
hlsDatePicker.md
前端组件/hlsDatePicker.md
+0
-31
No files found.
前端组件/hlsDatePicker.md
View file @
6a2b50c5
...
...
@@ -39,38 +39,7 @@
required=
"true"
open=
"open"
footer=
"fn:footer"
/>
```
#### **子标签**
| 属性名 | 类型 |
| --- | --- |
| animation | Object |
| month | Object |
| animation | 类型 |
| --- | --- |
| close | Object |
| open | Object |
```
xml
<h:hlsDatePicker
id=
"datePicker"
>
<h:animation>
<!--当属性仍然为一个对象时,继续添加子标签-->
<h:close
effects=
"zoom:out"
duration=
"300"
/>
<h:open
effects=
"zoom:in"
duration=
"300"
/>
</h:animation>
<
/h:hlsDatePicker
```
| month | 类型 |
| --- | --- |
| content | String |
| empty | String |
```
xml
<h:hlsDatePicker
id=
"hlsDatePicker"
>
<h:month
content=
"<div></div>"
empty=
"-"
/>
<
/h:hlsDatePicker
```
> **提示**:
>
...
...
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