jQuery EasyUI API 中文文档 时间微调器(TimeSpinner)

TimeSpinner 时间微调器

扩展自 $.fn.spinner.defaults,用 $.fn.timespinner.defaults 重写了 defaults

依赖

  • spinner

用法

1. <input id="ss" required="true" style="80px;">

1. $('#ss').timespinner({  

2.     showSeconds:true

3. }); 

特性

其特性扩展自 spinner,下列是为 timespinner 增加的特性。.

名称

类型

说明

默认值

separator

string

时分秒之间的分隔符。

:

showSeconds

boolean

定义是否显示秒的信息。

false

highlight

number

初期高亮的域, 0 = 时, 1 = 分, ……

0

事件

其事件扩展自 spinner

方法

其方法扩展自 spinner,下列是为 timespinner 重写的方法。

名称

参数

数码

options

none

返回 options 对象。

setValue

value

设置 timespinner 的值。

getHours

none

获取当前的时钟的值。

getMinutes

none

获取当前的分钟的值。

getSeconds

none

获取当前的秒钟的值。

原文地址:https://www.cnblogs.com/hantianwei/p/2407103.html