update rest api docu

This commit is contained in:
Sebastian Sdorra
2010-09-04 16:55:13 +02:00
parent 215060a6a5
commit 4b1e491e85
3 changed files with 260 additions and 23 deletions

View File

@@ -291,26 +291,6 @@ Sonia.group.AddForm = new Ext.extend(Ext.FormPanel, {
}
});
/*form.submit({
params: {
members: memberArray
},
method: this.update ? "PUT" : "POST",
waitTitle:'Connecting',
waitMsg:'Sending data...',
success: function(){
// TODO make this in a nice way
groupStore.reload();
if ( containerWindow ){
containerWindow.close();
}
},
failure: function(){
alert( "failure" );
}
});*/
},
close: function(){