[Control] rangeField
Part of: mobl::ui::generic
Arguments:
n : Numvariable/property to bind the control tomin : Num = 0minimum value ofnmax : Num = 100maximum value ofnstep : Num = 1step size for valuesplaceholder : String(optional) placeholder textlabel : String(optional) label textonchange : Callback(optional) triggered when the value changes
A range input control.
Support:
- iOS5
- Android 3
Example:
var n = 50
group {
item { rangeField(n, min=0, max=100, step=10) }
}
mobl/ui/generic/rangefield.txt · Last modified: 2013/10/01 02:29 (external edit)
