From 37c44c8e707c53937237baba5ee5a100dc6cfc5c Mon Sep 17 00:00:00 2001 From: Paco Guzman Date: Mon, 28 Jun 2010 09:47:54 +0200 Subject: Added disable_with option description to button_to helper --- actionpack/lib/action_view/helpers/url_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index 6af11e632f..85a5c40562 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -285,6 +285,10 @@ module ActionView # * :confirm - This will use the unobtrusive JavaScript driver to # prompt with the question specified. If the user accepts, the link is # processed normally, otherwise no action is taken. + # * :disable_with - This will use the unobtrusive JavaScript driver to + # set the input value to the message specified when the user clicks the button and disable the + # button while the ajax call is executed. Then the input value is set to the original and the button + # is enabled # * :remote - If set to true, will allow the Unobtrusive JavaScript drivers to control the # submit behaviour. By default this behaviour is an ajax submit. # -- cgit v1.2.3