From abcd2a442502c7a5f0a24370000b2a1ef89f668c Mon Sep 17 00:00:00 2001 From: Aritri Hore Date: Tue, 26 Nov 2024 12:23:27 +0530 Subject: [PATCH] [DOCS-7847] Update masking info for APS --- process-services/2.1/using/process/form.md | 2 +- process-services/2.3/using/process/form.md | 2 +- process-services/2.4/using/process/form.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/process-services/2.1/using/process/form.md b/process-services/2.1/using/process/form.md index c1bcd19a5a..5c6462504c 100644 --- a/process-services/2.1/using/process/form.md +++ b/process-services/2.1/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

Alfresco Process Services uses jQuery Mask Plugin for masking.

Only the following characters has meaning with the used jQuery plugin.

0 - Numbers only.
9 - Numbers only.
S - Alphabets only (Small-Capital).
A - Alphabets (Small-Capital) and Numbers.
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.

**Note:** The Input mask feature in the Text field is intended to format user input, not to hide it.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.| diff --git a/process-services/2.3/using/process/form.md b/process-services/2.3/using/process/form.md index 4ed307141e..5f6decb2ec 100644 --- a/process-services/2.3/using/process/form.md +++ b/process-services/2.3/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

Alfresco Process Services uses jQuery Mask Plugin for masking.

Only the following characters has meaning with the used jQuery plugin.

0 - Numbers only.
9 - Numbers only.
S - Alphabets only (Small-Capital).
A - Alphabets (Small-Capital) and Numbers.
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.

**Note:** The Input mask feature in the Text field is intended to format user input, not to hide it.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.| diff --git a/process-services/2.4/using/process/form.md b/process-services/2.4/using/process/form.md index 4ed307141e..5f6decb2ec 100644 --- a/process-services/2.4/using/process/form.md +++ b/process-services/2.4/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

Alfresco Process Services uses jQuery Mask Plugin for masking.

Only the following characters has meaning with the used jQuery plugin.

0 - Numbers only.
9 - Numbers only.
S - Alphabets only (Small-Capital).
A - Alphabets (Small-Capital) and Numbers.
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.

**Note:** The Input mask feature in the Text field is intended to format user input, not to hide it.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.|