Commit 486f2c1d authored by custom's avatar custom

Updates 前端组件/hlsDatePicker.md

Auto commit by GitBook Editor
parent 5cd5782f
...@@ -9,33 +9,24 @@ xml配置 ...@@ -9,33 +9,24 @@ xml配置
``` ```
### **主要属性** ### **主要属性**
属性名 | 类型 属性名 | 类型 | 说明 |
-------- | ----- -------- | -----| --- |
promptColspan | Integer promptColspan | Integer | 描述字段所占列数 |
promptClassName | String promptClassName | String| 描述的样式名称 |
promptImage | String prompt | String| 描述 |
prompt | String colspan | Integer | datePicker所占列数 |
colspan | Integer hlsClassName | String | 样式名称 |
hlsClassName | String animation | Boolean | 动画 |
animation | Boolean format| String | 格式化 |
ARIATemplate| String max| String | 最大时间 |
culture | String min| String | 最小时间 |
depth| String value | String | 值 |
footer| String & Function name | String | name属性 |
format| String bind | Function | 绑定数据 |
max| String required | Boolean | 必输 |
min| String change | Function | chang事件 |
start| String placeholder | String | 占位符 |
value | String timeFormat |String| 时间格式化 |
name | String
bind | Function
required | Boolean
change | Function
close| Function
open | Function
placeholder | String
interval |Integer
timeFormat |String
> **提示:** 属性用法请参考kendoui API文档 http://docs.telerik.com/kendo-ui/api/javascript/ui/datetimepicker > **提示:** 属性用法请参考kendoui API文档 http://docs.telerik.com/kendo-ui/api/javascript/ui/datetimepicker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment