Skip to content

Commit ab1ea86

Browse files
committed
Capitalise CSS and Jelly
1 parent 9c27fc6 commit ab1ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/io/jenkins/plugins/designlibrary/Validation/index.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ title=Form field validation can access values of the nearby input controls, \
66
so that the validation of the state name refers to the capital name, and the validation of the city name refers to the state name.
77
validation.description=To implement this you need to provide a <code>doCheckXXX</code> method, where XXX is the name of your field. \
88
This should return a <code>FormValidation</code> object.
9-
validation.clazz=There is also the possibility to use client side css validation inside jelly, with the help of <code>clazz=</code>. \
9+
validation.clazz=There is also the possibility to use client side CSS validation inside Jelly, with the help of <code>clazz=</code>. \
1010
Existing validations are <code>required</code>, <code>number</code> and <code>positive-number</code>. \
1111
They can also be combined, e.g. <code>clazz="required number"</code> to validate a mandatory integer field.

0 commit comments

Comments
 (0)