ExtJS-based time spinner control

267 Views Asked by At

I'm looking for the time spinner control implementation (as it shown on the attached image) based on ExtJS classes. Is there any like this?

enter image description here

1

There are 1 best solutions below

2
Narayan Singh On

while defining parameters use type as numberfield to make the field as spinner.

{ xtype: 'numberfield', name: 'numberfield1', fieldLabel: 'Number field', value: 5, minValue: 0, maxValue: 50 }

For visual help. use this link