Closed GoogleCodeExporter closed 9 years ago
God idea. I have added oDeleteParemeters property in the initialization call.
If you want to pass type and name parameters below is example:
oDeleteParameters: {
type: "delete-record",
name:"TEST",
auto: function(){ return confirm("Do you want to automatically delete all?");}
}
Also you can put a function that can do some simple processing in the example
above auto will be either true or false depending on the user choice.
I hope that this is what you need.
Regards,
Jovan
Original comment by joc...@gmail.com
on 6 Jun 2011 at 8:16
Perfect, thank you
Original comment by dmol...@gmail.com
on 6 Jun 2011 at 8:51
I'm closing this issue.
Original comment by joc...@gmail.com
on 11 Jun 2011 at 8:58
Original issue reported on code.google.com by
dmol...@gmail.com
on 6 Jun 2011 at 5:00