Hi everyone,

Just a quick question to check if it's worth submitting a patch for
this enhancement - I've discovered when doing lots of AJAX work that
the most common pattern I've encountered for using submit_to_remote
and link_to_remote tags involves creating a hidden 'busy indicator'
(usually an animated gif) and adding js code in the :before and
:complete options to hide and show the button and busy indicator at
the beginning and end of the request.

I've created a couple of useful helpers that automatically generate
the tags for the submit button/link, the busy indicator and the
related javascript, and was wondering if it's worth sumitting an
enhancement patch for?  It's very simple, but takes a lot of the
repetition out of doing AJAX stuff.

Cheers,

-David Felstead
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to