aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-12-31 04:31:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-12-31 04:31:10 +0000
commit987d9dbf31b6bb4fe1547bca17af920aa3d72ac5 (patch)
tree6adb0224c6c75aa27be7e2502beae25cb89f7746 /actionpack/CHANGELOG
parentd7487fffe51d03f46800e266e4c972ab55238c89 (diff)
downloadrails-987d9dbf31b6bb4fe1547bca17af920aa3d72ac5.tar.gz
rails-987d9dbf31b6bb4fe1547bca17af920aa3d72ac5.tar.bz2
rails-987d9dbf31b6bb4fe1547bca17af920aa3d72ac5.zip
Added JavaScriptHelper#button_to_function that works just like JavaScriptHelper#link_to_function but uses a button instead of a href [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3367 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 33eb676c25..37f9965fa8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added JavaScriptHelper#button_to_function that works just like JavaScriptHelper#link_to_function but uses a button instead of a href [DHH]
+
* Added that JavaScriptHelper#link_to_function will honor existing :onclick definitions when adding the function call [DHH]
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily disabled submit buttons with different text [DHH]