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