Zoom in / out button in ExtJS

Is there a button in ExtJS with increment / decment function (something like that )? I have some number fields with values ​​that usually change / decrease when editing, and this button will be very useful. Please note that it is not important for me to stick to the button on my number field, I mean that I can process it as a separate object.

Any bright ideas? Thanks in advance!


UPDATE: two narrow buttons held together will also be a solution .. Does anyone know how to place two buttons in one toolbar?

+3
source share
3 answers

You can use this third-party extension ...

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

, ExtJS 3.0, 3.3

+2

, Ext4 NumberField (. ). Ext 3, , .

+2

No, there is no such control in the package by default. It may be somehow some kind of external package.

+1
source

All Articles