search for: handlerfunc

Displaying 4 results from an estimated 4 matches for "handlerfunc".

Did you mean: handlerfuncx
2005 Dec 22
0
RE: Re: ajax - multiple updates on singlexmlhttprequest
>From looking at the Prototype code, it looks like any text in the ''X-JSON'' header will be eval''d and passed as the second parameter to your onSuccess handler. Your handler function could then be (using all the power of Prototype): var handlerFunc = function(t, json) { // Update info container Element.update(''someId'', json.foo); } But your JSON must be in the X-JSON header, not in the body of the response for this to work. -----Original Message----- From: Dirk Eschler [mailto:eschler-zc1r9W/44D4b1SvskN2V4Q@public.gma...
2017 Jun 15
1
(no subject)
...(values10$fitted, input$targetvariables, combn2, prob = TRUE, method = "bayes-lw") 5: t(attr(predict(values10$fitted, input$targetvariables, combn2, prob = TRUE, method = "bayes-lw"), "prob")) 6: observeEventHandler(...) 7: ..stacktraceon..(observeEventHandler(...)) 8: handlerFunc() 9: ..stacktraceon..(expr) 10: contextFunc() 11: env$runWith(self, func) 12: withReactiveDomain(.domain, { env <- .getReactiveEnvironment() .graphEnterContext(id) on.exit(.graphExitContext(id), add = TRUE) env$runWith(self, func)}). ...... I tried to get the latest version of R and rstudio bu...
2005 Dec 29
2
Ajax.Request: onLoading executed after onComplete in IE
...e in the shopping card demo. It happens with both, script.aculo.us 1.5.0 and 1.5.1. Here''s the (somewhat reduced) code i''m using: ---------------------------------------- new Ajax.Request(''/cgi-bin/foo.pl'', { parameters: ''x=y'', onSuccess: handlerFunc, onFailure: errFunc, onLoading: function() { alert(''onLoading''); Element.show(''indicatorContainer''); }, onComplete: function() { alert(''onComplete''); Element.hide(''indicatorContainer''); } }); ---------...
2005 Dec 21
5
ajax - multiple updates on single xmlhttprequest
Hello, I was wondering whether anybody would share a working example of a multiple html update on a single xmlhttprequest. Thank you in advance for your help. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement