{ xtype: "textfield", width: 100, id: "txtGroupName", name: "txtGroupName", listeners: { change: function (t, newV, oldV, eOpts) { alert(newV); } } }