hieu79vn
3 Sep 2012, 12:59 AM
Hello
I have an Ext.form.panel, and I can get its component by
this.getForm().findField('xxx').setDisabled(bool);
this.getForm().findField('yy').setReadOnly(bool);
but I cannot use findField for buttons which are direct children or children of an xtype: 'container' in the form
Thank you
I have an Ext.form.panel, and I can get its component by
this.getForm().findField('xxx').setDisabled(bool);
this.getForm().findField('yy').setReadOnly(bool);
but I cannot use findField for buttons which are direct children or children of an xtype: 'container' in the form
Thank you