0

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

Rom098
  • 2,445
  • 4
  • 35
  • 52

1 Answers1

0

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

Narayan Singh
  • 1,234
  • 2
  • 13
  • 26