/** * @class Ext.slider.Thumb * @extend Ext.Component * @xtype thumb * * Utility class used by Ext.slider.Slider - should never need to be used directly. */ /** * @cfg draggable * @inheritdoc * @accessor */ /** * @cfg {Boolean/String} [fillTrack=null] * True to add a "fill" color to the track for this thumb, or a valid CSS color * to use for the fill. When a fill color is used is extends from the left * edge of the thumb to the previous thumb, or to the left edge of the track if * this thumb is the left-most thumb. * @accessor */ /** * @cfg {String} [fillCls=null] * A CSS class for styling the track fill element. Assumes {@link #fillTrack} has * been set to `true`, otherwise the fill element will be invisible. * @accessor */