Slider

amx:inputNumberSlider

The Slider component is used to make adjustments throughout a range of allowed values. The thumb of the slider can be dragged with a finger to adjust the value. The filled portion of the bar or track of the slider visually represents the current value. The minimum value is to the left, the maximum value is to the right for LTR languages. The component has the following elements:

Appearance

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

Sample

AMX sample code for this component.

<amx:inputNumberSlider label="Normal" id="ins1" minimum="1" maximum="100" stepSize="1" value="55" imageRight="images/largeVol.png" imageLeft="images/smallVol.png"/>
<amx:inputNumberSlider label="Disabled" id="ins2" minimum="1" maximum="100" stepSize="1" value="55" disabled="true" imageRight="images/largeVol.png" imageLeft="images/smallVol.png"/>
<amx:inputNumberSlider label="Read-Only" id="ins3" minimum="1" maximum="100" stepSize="1" value="55" disabled="true" imageRight="images/largeVol.png" imageLeft="images/smallVol.png"/>

Related

Fig 1. iOS Slider

 

Fig 2. Android Slider