public Method

PrototypeHelper.evaluate_remote_response

Returns ‘eval(request.responseText)’ which is the JavaScript function that form_remote_tag can call in :complete to evaluate a multiple update return document using update_element_function calls.

Source Code

# File action_view/helpers/prototype_helper.rb, line 427
def evaluate_remote_response
  "eval(request.responseText)"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.