Range Slider
Also, check out the Slider Widget page for other techniques.
form.elements['volume'] = {
type: 'range',
title: 'Volume',
attributes: {
'min': '0',
'max': '11',
'value': '11',
'data-theme': 'b'
}
};
Also, check out the Slider Widget page for other techniques.
form.elements['volume'] = {
type: 'range',
title: 'Volume',
attributes: {
'min': '0',
'max': '11',
'value': '11',
'data-theme': 'b'
}
};