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