Adding RTF fields in Progressive Web Applications
To add RTF fields in Progressive Web Applications
- In Developer Studio, create a progressive view.
- In Palette, in the Data Fields section, drag Character into the view.
- Select the character field.
- In the Properties pane, in the Display > Display Type list, select Rich Text.
- Save the changes.
To validate the RTF field in PWA
- In a browser, log in to PWA.
<serverName>:8080/arsys/pwa/#/login - Change the URL to include the Progressive View form that you created in Developer Studio.<serverName>:8080/arsys/pwa/#/forms/<serverName>/<formName>/<viewName>
- (Optional) If you want to display more changes you made in Developer Studio, you must sync the cache in Mid Tier.
- Log in to Mid Tier configuration.
<serverName>:8080/arsys/shared/config/config.jsp - Click Sync Cache.
- Refresh the browser displaying the progressive view form.
- Log in to Mid Tier configuration.
As an application user, you can perform the following tasks in the RTF editor:
- Add content that uses standard HTML markup, this RTF editor renders the content without any loss of formatting.
- Edit the existing rich text content.
- Copy content from Microsoft Word, Microsoft Outlook, or HTML while retaining most of the supported formatting.
You can view the following text editing options in the RTF editor.
Limitations and workarounds for users
Progressive Web Applications users are creating text in RTF fields may see the following behaviors:
Behavior
Workaround
When application users copy and paste the text along with images into the RTF editor, the image does not get copied.
Instead of copying text along with images, copy the image separately and paste it into the RTF editor.
When application align text to the center, the text reverts to being left-aligned after saving.
None
When you add a URL without the protocol, the URL may not work after saving.
When entering URLs, you must also include the protocol.
For example, enter http://www.docs.bmc.com instead of entering just www.docs.bmc.com.After you save the URL, you cannot open the URL by clicking on it.
To open a URL added in the RTF editor, right-click and open it in a new tab or window.
You cannot create HTML tables or paste HTML tables into an RTF field.
None