search for: caltabl

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

Did you mean: callabl
2005 Oct 03
0
Prototype Ajax.Request (onLoading and onSuccess) question
...emoveCalendar(t);}, on404: function(t) { alert(''on404: '' + t.statusText); myxa.removeCalendar(t);} } ); }, onLoading: function() { var calTable = $(''calendar'').getElementsByTagName(''table'')[0]; var loadingDIV = myxa.getLoadingDIV(Element.getHeight(calTable)); Element.hide(loadingDIV); $(''calendar'').appendChild(loadingDIV); Element.toggle(calTable, loadingDIV); }, getLoadingDI...