PropertiesMethodsEventsConfig OptionsDirect Link

Class Ext.Slider

Defined In: Slider.js
Class: Ext.Slider
Extends: Ext.BoxComponent
Slider which supports vertical or horizontal orientation, keyboard adjustments, configurable snapping, axis clicking and animation. Can be added as an item to any container. Example usage:

new Ext.Slider({
    renderTo: Ext.getBody(),
    width: 200,
    value: 50,
    increment: 10,
    minValue: 0,
    maxValue: 100
});

配置项

配置项 定义者

公告属性

属性 定义者

公共方法

方法 定义者

公告事件

事件 定义者