时间输入框。
<input id="tsp1" class="mini-timespinner" format="H:mm" />
Name | Type | Description | Default | Set? | Get? | Tag? |
---|---|---|---|---|---|---|
value | Date | 值 | null | √ | √ | √ |
format | String | 格式化字符串 | H:mm:ss | √ | √ | √ |
Name | Parameter | Description | Return |
---|---|---|---|
setValue(value) | 设置值 | ||
getValue() | 获取值 | ||
getFormValue() | 获取表单值 | String | |
getFormattedValue() | 获取格式化后的值 | String |
Name | EventObject | Description |
---|---|---|
valuechanged | 值改变时发生 |