Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Enabling spell checking in user forms

Updated on April 5, 2022

Configuration elements work together to provide users the ability to check spelling in user forms.

These configuration elements are:

  • Fixed dictionaries in a compressed format, stored in binary file rules
  • Supplemental dictionaries in text file rules
  • Settings in a Spellchecker Properties data instance for a locale
  • Control rules associated with text properties to be checked
  • Harnesses (SmartFrames layout) that contain the spell check icon
  • User locale and privilege settings

Spell checking is not available when an application is accessed through using Internet Application Composer.

1. Set up dictionaries

Pega Platform includes dictionaries that support three English locales and two other languages:

  • en-US locale — United States English
  • en-CA locale — Canadian English
  • en-GB locale — British English
  • fr locale — French (France)
  • de locale — German (pre- and post-Reformation)

For any of these locales, you can add one or more supplemental dictionaries with additional terms specific to your company or application. A supplemental dictionary is stored in a text file rule, which may belong to either a locked RuleSet version or an open RuleSet version. When the RuleSet version for a supplemental dictionary is not locked, users who have the appropriate privilege can add new words to the dictionary during spell check operations.

To support locales other than those listed above, your organization can acquire the dictionaries directly from Wintertree Software. The dictionaries can be loaded into rules in your application and configured through SpellChecker Properties data instances.

The spell checker software uses two forms of dictionaries, a compressed form (CLX file type, saved as a binary file rule) and a specially formatted text file (TLX file type, saved as a text file rule). Each language has at least one of each type. Supplemental dictionaries use the TLX format.

2. Set up a SpellChecker Properties data instance

The spell checker software operates on the server, using the dictionaries, features, and settings identified in a Data-SpellChecker-Properties instance. See Keystores.

3. Update harnesses

Spell checking is available only for user forms based on harnesses that use the SmartFrames form of the Layout tab and include the spell checker icon.

To include the spell check capability in a user form:

  1. Open the harness that you want to modify.
  2. On the Design tab, from the Data display list, drag Image onto the work area.
  3. Click the View properties icon to display the Cell Properties panel.
  4. Complete the Cell Properties panel. Select Spell Checker as the Type . The corresponding icon appears on the form. See Harnesses, Sections, and Flow Actions — Adding an Icon.
  5. Save the Harness form.
  6. Test.

4. Control which properties support spell checking

This step is optional. By adjusting the HTML representation of a property, you can control which properties can be spell checked. (Users can check spelling can only for properties presented in read-write mode, which allows the corrected spellings to be entered.)

By default, spell checking is enabled for input fields that reference Text Area ( pxTextArea ) and disabled for Text Input ( pxTextInput ) auto-generated control rules. This functionality cannot be modified.

Non-auto-generated controls

By default, spell checking is enabled in the non-auto-generated control rule TextArea that produces an HTML tag of the form:

<INPUT TYPE="TEXTAREA" ... >

To disable spell checking for a property that is represented with a TEXTAREA tag:

  1. Open the property.
  2. Open the control rule referenced in the property.
  3. Copy and save the control rule into an application RuleSet, changing the name.
  4. Click the Open icon to edit the HTML text of the copy. Add the HTML attribute SPELLCHECKENABLED="false" to each <TEXTAREA> tag.
  5. Save the new control rule.
  6. Update the property to reference the new control rule.

By default, spell checking is disabled in the non-auto-generated control rule Text that produces an HTML tag of the form:

<INPUT TYPE="TEXT" ... >

To enable spell checking for a property that is represented with a TEXT tag:

  1. Open the property.
  2. Open the control rule referenced in the property.
  3. Copy and save the control rule into an application RuleSet, changing the name.
  4. Click to edit the HTML text of the copy. Add the HTML attribute SPELLCHECKENABLED="true" to each <INPUT TYPE="TEXT" > tag.
  5. Save the new control rule.
  6. Update the property to reference the new control rule.

5. Set user locale and privileges

When the spell check icon is visible at run time, any user who can update the work item can perform the spell check. The current locale of the user determines which SpellChecker Properties instance applies, and so which dictionaries apply. Users can change their locale through Windows workstation facilities, the Locale Settings tool, or by running an appropriate activity.

Only users who hold the privilege @baseclass.AddtoDictionary can insert new words into a user dictionary. Such users must also have the ability to update rules in the RuleSet version that contains the user dictionary (a text file rule).

  • Keystores

    A keystore is a file that contains keys and certificates that you use for encryption, authentication, and serving content over HTTPS. In Pega Platform, you create a keystore data instance that points to a keystore file.

  • Keystores

    A keystore is a file that contains keys and certificates that you use for encryption, authentication, and serving content over HTTPS. In Pega Platform, you create a keystore data instance that points to a keystore file.

  • Initial Spellchecker Properties data instances (Data-SpellChecker-Properties)

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us