getCountField: function(){ var frm = this.down('form'); var fields_cnt = frm.getForm().getFields().length; alert(fields_cnt); }