new Slider(property)
A class which provides Slider UI component. This component has intended to have fixed size according to resolution. If you change the size of this component without using the "width" property, do not assure the appearance.
Parameters:
Name | Type | Description |
---|---|---|
property |
Object | An object which initializes this component. Refer to the details in caph.ui.base.component.Slider constructor. |
- Since:
-
- 2.0.0
Example
var slider = new caph.stripe.ui.component.Slider({ 'width' : 300, 'value' : 100, 'position' : [25, 100] });
Extends
- caph.ui.base.component.Slider