当前位置:Gxlcms > JavaScript > jQuery EasyUI API 中文文档 - TimeSpinner时间微调器

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

时间:2021-07-01 10:21:17 帮助过:22人阅读

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

依赖
spinner
用法
代码如下:

<input id="ss" required="true" style="width:80px;">

代码如下:

$('#ss').timespinner({
showSeconds:true
});

特性

其特性扩展自 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

获取当前的秒钟的值。


博客园 风流涕淌

人气教程排行