Completed Users and groups (Ad-Hoc part) in ExtJS

This commit is contained in:
safan
2011-01-10 13:16:06 +00:00
parent 3ce95f44c5
commit 9d877b2e74
5 changed files with 147 additions and 39 deletions

View File

@@ -2337,6 +2337,8 @@ var formWindow = new Ext.Window({
success: function(response) {
Ext.MessageBox.alert ('Status','Report Table Edited Successfully.');
}
});
}
@@ -2346,6 +2348,7 @@ var formWindow = new Ext.Window({
formWindow.close();
reportStore.reload();
}
},{
text: 'Cancel',
@@ -2355,5 +2358,6 @@ var formWindow = new Ext.Window({
}
}]
});
gridWindow.show();
}