Home > Web Front-end > JS Tutorial > body text

jQuery EasyUI API Chinese documentation - Spinner spinner usage_jquery

WBOY
Release: 2016-05-16 18:00:39
Original
1022 people have browsed it

Extends from $.fn.validatebox.defaults, overriding defaults with $.fn.spinner.defaults.
Dependency
validatebox
Usage

Copy code The code is as follows:



Copy code The code is as follows:

$('#ss').spinner({
required:true,
increment:10
});

特性

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

名称

类型

说明

默认值

width

number

组件的宽度。

auto

value

string

初始值。

 

min

string

允许的最小值。

null

max

string

允许的最大值。

null

increment

number

点击微调器按钮时的增量值。

1

editable

boolean

定义用户是否可以往文本域中直接输入值。

true

disabled

boolean

定义是否禁用文本域。

false

spin

function(down)

当用户点击微调按钮时调用的函数。

 

事件

名称

参数

说明

onSpinUp

none

当用户点击向上微调按钮时触发。

onSpinDown

none

当用户点击向下微调按钮时触发。

方法

其方法扩展自 validatebox,下列是 spinner 增加的方法。

名称

参数

说明

options

none

返回 options 对象。

destroy

none

销毁微调器组件。

resize

width

重设组件的宽度。

enable

none

启用组件。

disable

none

禁用组件。

getValue

none

获取组件的值。

setValue

value

设置组件的值。

clear

none

Clear the value of the component.

Blog Garden Windy and tearful
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template