Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-7847] Update masking info for APS #1608

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion process-services/2.1/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>Alfresco Process Services uses jQuery Mask Plugin for masking. <br><br>Only the following characters has meaning with the used jQuery plugin. <br><br>0 - Numbers only. <br>9 - Numbers only. <br>S - Alphabets only (Small-Capital). <br>A - Alphabets (Small-Capital) and Numbers. <br># - Unlimited numbers if it's the last or only character. <br><br>All other alphanumeric or special characters serve as separators. <br><br>**Note:** The Input mask feature in the Text field is intended to format user input, not to hide it.|
aritrihore marked this conversation as resolved.
Show resolved Hide resolved
|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.|
Expand Down
2 changes: 1 addition & 1 deletion process-services/2.3/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>Alfresco Process Services uses jQuery Mask Plugin for masking. <br><br>Only the following characters has meaning with the used jQuery plugin. <br><br>0 - Numbers only. <br>9 - Numbers only. <br>S - Alphabets only (Small-Capital). <br>A - Alphabets (Small-Capital) and Numbers. <br># - Unlimited numbers if it's the last or only character. <br><br>All other alphanumeric or special characters serve as separators. <br><br>**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.|
Expand Down
2 changes: 1 addition & 1 deletion process-services/2.4/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>Alfresco Process Services uses jQuery Mask Plugin for masking. <br><br>Only the following characters has meaning with the used jQuery plugin. <br><br>0 - Numbers only. <br>9 - Numbers only. <br>S - Alphabets only (Small-Capital). <br>A - Alphabets (Small-Capital) and Numbers. <br># - Unlimited numbers if it's the last or only character. <br><br>All other alphanumeric or special characters serve as separators. <br><br>**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.|
Expand Down