Displaying 1 result from an estimated 1 matches for "on_form_submit".
2006 Jun 14
0
krjs plugin: a different way of doing RJS
Hi guys,
Just wrote a simple plugin,
krjs<http://plugins.radrails.org/directory/show/70>,
that introduces kind of a VB-event-style of writing RJS apps.
You introduce Ajax behaviors into your application by defining event
handlers ( e.g. on_form_submit, on_password_change) in your controllers
instead of explicitly doing remote_form_tag or link_to_remote in the views
templates.
You''ll only need to continue using form_tag, text_field_tag et al to get the
benefits. Markaby supported.
I''m finding it useful (duh), pls feel free to...