search for: removecalendar

Displaying 1 result from an estimated 1 matches for "removecalendar".

2005 Oct 03
0
Prototype Ajax.Request (onLoading and onSuccess) question
...ing: myxa.onLoading, onSuccess: myxa.updateCalendar, onFailure: function(t) { alert(''onFailure: '' + t.statusText); myxa.removeCalendar(t);}, on404: function(t) { alert(''on404: '' + t.statusText); myxa.removeCalendar(t);} } ); }, onLoading: function() { var calTable = $(...