$.each(this.options.form.name_widgets, function(i, item) { if(item.getType() !== 'label') { item.setValue(""); item.setText(""); item.reset(); }});