From c7bb6896f67531f315fd7c133e9fe47d3b60456d Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 11 Feb 2009 22:10:04 +0000 Subject: [PATCH] added @name git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15242 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/form/submit.jelly | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/form/submit.jelly b/core/src/main/resources/lib/form/submit.jelly index 2f1bcf51dd..87d2a8e978 100644 --- a/core/src/main/resources/lib/form/submit.jelly +++ b/core/src/main/resources/lib/form/submit.jelly @@ -27,9 +27,14 @@ THE SOFTWARE. Submit button themed by YUI. This should be always used instead of the plain <input tag. + + If specified, becomes the value of the name attribute. + When you have more than one submit button on the form, this can be used to determine + which button is pressed, as the server will get a parameter by this name. + The text of the submit button. Something like "submit", "OK", etc. - + \ No newline at end of file -- GitLab