Search code examples
buttonextjstextfieldincrementdecrement

Increment / decrement button In ExtJS


Is there a button in ExtJS with increment/decrement feature (something like that)? I have some numberfields with values that are usually incremented/decremented when edited and this button would be very helpful. Note that it is not critical for me to stick the button to my numberfield, I mean I can handle it as a separate object.

Any bright ideas? Thanks in advance!


UPDATE: Two narrow buttons sticked together would be a solution too.. Anybody knows how to place two buttons that way in a single grid toolbar?


Solution

  • You can use this 3rd party extension...

    http://www.java2s.com/Code/JavaScript/Ext-JS/CustomSpinnerWidget.htm

    It might require a little debugging as its for ExtJS 3.0, not 3.3