search for: argument3

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

Did you mean: argument
2006 May 11
0
link_to_remote() can do something like Yahoo! UI "argument"?
...it possible to send the success and failure functions information about the browser state when the call was made. Yahoo! UI user code looks like var callback = { success: function(o) {/*success handler code*/}, failure: function(o) {/*failure handler code*/}, argument: [argument1, argument2, argument3] } The example comes from http://developer.yahoo.com/yui/connection/#async Can this be done with Rails link_to_remote()? If not is there a workaround? Thanks, Peter