Skip to main content

Rich Text Viewer

The Rich Text Viewer control allows users to view rich text content within the microapp without editing capabilities. It renders the provided HTML content as formatted text.

Rich Text Viewer Control
Rich Text Viewer Control

Binding Data Options

The Rich Text Viewer control accepts HTML-formatted text using the Bind Data option. Here's an example of the expected format:

<html>
<body>
<p>This text is normal.</p>
<p><b>This text is bold.</b></p>
</body>
</html>

Properties

PropertyDescription
ToolBar StyleSpecifies the style of the toolbar: Classic, Balloon, Inline
Default TextSets the default text within the editor control.