extjs numberfield如何从右边开始输入
so easy!!!
[code="js"]new Ext.form.NumberField({style:'direction:rtl'//这样就可以让输入框的光标定位在右边了.这就是你要的效果:)});[/code]