You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UserManual.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,11 +259,11 @@ The `class` attribute validates a menu based on type (class) of the selected fil
259
259
260
260
If `class` attribute is specified, the classes of the files selected by the user must match for the validation to be successful. To specify multiple classes, one must separate each class with the `;` character. If multiple classes are specified, **at least one** class must match for the validation to be successful.
261
261
262
-
If multiple files are selected, the class of **each file** must match **at least one** allowed classes for the validation to be successful.
262
+
If multiple files are selected, **each file** must match **at least one** allowed class for the validation to be successful.
263
263
264
264
If `class` attribute is not specified, then the validation is successful.
265
265
266
-
The `class` attribute supports the following values which are explained in the following table:
266
+
The `class` attribute supported values are explained in the following table:
@@ -312,9 +312,9 @@ For example, the following set a menu visible only when the user right-click on
312
312
313
313
The `fileextensions` attribute validates a menu based on the file's extension selected by the user.
314
314
315
-
If `fileextensions` attribute is specified, the file's extension selected by the user must match for the validation to be successful. To specify multiple file extension, one must separate each extensions with the `;` character. If multiple file extensions are specified, **at least one** extension must match for the validation to be successful.
315
+
If `fileextensions` attribute is specified, the file's extension selected by the user must match for the validation to be successful. To specify multiple file extensions, one must separate each extension with the `;` character. If multiple file extensions are specified, **at least one** extension must match for the validation to be successful.
316
316
317
-
If multiple files are selected, the file extension of each element must match **at least one** allowed file extension for the validation to be successful.
317
+
If multiple files are selected, ***each file*** must match **at least one** allowed file extension for the validation to be successful.
318
318
319
319
If `fileextensions` attribute is not specified, then the validation is successful.
320
320
@@ -333,7 +333,7 @@ The `pattern` attribute validates a menu based on a wildcard pattern matching al
333
333
334
334
If `pattern` attribute is specified, the files selected by the user must match the wildcard pattern for the validation to be successful. To specify multiple patterns, one must separate each pattern value with the `;` character. If multiple patterns are specified, **at least one** pattern must match for the validation to be successful.
335
335
336
-
If multiple files are selected, the path of each file must match **at least one** pattern for the validation to be successful.
336
+
If multiple files are selected, ***each file*** must match **at least one** pattern for the validation to be successful.
337
337
338
338
If `pattern` attribute is not specified, then the validation is successful.
0 commit comments