hello,
well firstly I think 'update all' is quite heavy, why don't you records the 
list of modified datas and send only them
secondly, your are using : var ajaxRequest_instance = new AjaxRequest().send
();
so your initialize method must return the class intance, so : just add 
return this.parent(options); and you are done, see ur fiddle corrected : 
http://jsfiddle.net/tMhbd/17/
and watch ur console, now you see the onSuccess fired...

Reply via email to