search for: calwrap

Displaying 2 results from an estimated 2 matches for "calwrap".

Did you mean: callgrap
2005 Oct 03
0
Prototype Ajax.Request (onLoading and onSuccess) question
...id = ''loadingDIV''; loading.style.height = height + ''px''; loading.style.lineHeight = height + ''px''; loading.innerHTML = ''Loading&#8230;''; return loading; }, updateCalendar: function(originalRequest) { $(''calwrap'').innerHTML = ''<h2>Events Calendar</h2>'' + originalRequest.responseText; myxa.addListerners(); }, removeCalendar: function() { Element.remove($(''calwrap'')); } }; Thanks in advance, Faust
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog