-
diff --git a/core/src/main/resources/lib/form/entry.jelly b/core/src/main/resources/lib/form/entry.jelly
index e67f27c0b5cd..c3248dc782bb 100644
--- a/core/src/main/resources/lib/form/entry.jelly
+++ b/core/src/main/resources/lib/form/entry.jelly
@@ -51,6 +51,9 @@ THE SOFTWARE.
This content is HTML (unless the boolean variable escapeEntryTitleAndDescription is set). Use h.escape if necessary.
+
+ Classes to apply to the form
+
URL to the HTML page. When this attribute is specified, the entry gets
a (?) icon on the right, and if the user clicks it, the contents of the
@@ -69,7 +72,7 @@ THE SOFTWARE.
-
+
diff --git a/core/src/main/resources/lib/form/textbox.jelly b/core/src/main/resources/lib/form/textbox.jelly
index 39d866672ea2..2bd69ae2cdf0 100644
--- a/core/src/main/resources/lib/form/textbox.jelly
+++ b/core/src/main/resources/lib/form/textbox.jelly
@@ -55,6 +55,9 @@ THE SOFTWARE.
Additional CSS class(es) to add (such as client-side validation clazz="required",
"number" or "positive-number"; these may be combined, as clazz="required number").
+
+ Placeholder text for the text box
+
Override the default error message when client-side validation fails,
as with clazz="required", etc.
@@ -92,6 +95,7 @@ THE SOFTWARE.
name="${name}"
value="${value}"
type="text"
+ placeholder="${placeholder}"
ATTRIBUTES="${attrs}" EXCEPT="field clazz" />
diff --git a/core/src/main/resources/lib/hudson/newFromList/form.jelly b/core/src/main/resources/lib/hudson/newFromList/form.jelly
index 6e9d6b1b8e92..90e0e0ecf21a 100644
--- a/core/src/main/resources/lib/hudson/newFromList/form.jelly
+++ b/core/src/main/resources/lib/hudson/newFromList/form.jelly
@@ -34,6 +34,9 @@ THE SOFTWARE.
Collection of Descriptors to be rendered.
+
+ Title for the form
+
Caption of the text box to receive the name of the newly created item. Something like "Job name"
@@ -51,6 +54,12 @@ THE SOFTWARE.
+