Index of the prototype module
-
m
webhelpers.rails.prototype
...
- Prototype Helpers
- f submit_to_remote ... - A submit button that submits via an XMLHttpRequest call
- f update_element_function ... - Returns a JavaScript function (or expression) that'll update a DOM element.
- f remote_function ... - Returns the JavaScript needed for a remote function.
- f form_remote_tag ... - Create a form tag using a remote function to submit the request
- f observe_field ... - Observes the field with the DOM ID specified by field_id and makes an Ajax call when its contents have changed.
- f evaluate_remote_response ... - Returns a Javascript function that evals a request response
- f periodically_call_remote ... - Periodically calls a remote function
- f link_to_remote ... - Links to a remote function
- f observe_form ... - Like observe_field, but operates on an entire form identified by the DOM ID form_id.