-
29 Jun 2010 5:54 AM #1
[OPEN-1085]Ext.ux.form.SpinnerField -> disable / enable
[OPEN-1085]Ext.ux.form.SpinnerField -> disable / enable
hi team,
here is the fix:
without it, you can disable the field and afterwars still use the spinner.Code:onDisable: function(){ Ext.ux.form.SpinnerField.superclass.onDisable.call(this); this.spinner.disabled = true; }, onEnable: function(){ Ext.ux.form.SpinnerField.superclass.onEnable.call(this); this.spinner.disabled = false; }
kind regards
tobiu
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-905] Ext.ux.form.SpinnerField change event does not fire
By yakovsh in forum Ext 3.x: BugsReplies: 4Last Post: 23 Jul 2010, 4:51 AM -
[OPEN-1084]Ext.ux.form.SpinnerField and non defered rendering
By tobiu in forum Ext 3.x: BugsReplies: 1Last Post: 29 Jun 2010, 5:26 AM -
[OPEN] [OPEN-1083] Ext.ux.form.SpinnerField -> removing focus css
By tobiu in forum Ext 3.x: BugsReplies: 0Last Post: 29 Jun 2010, 5:00 AM -
Guess with enable/disable form fields
By cadudecastroalves in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 27 Dec 2007, 3:53 AM


Reply With Quote