HTMLEditor Control

This control allows you to place a rich text box on the screen. This control has nested controls, allowing the user to change fonts, justifications, etc.

To use the HTML Editor:

  1. Drop the HTMLEditor control onto the page as you would with any other control.

  2. Size the control to be the size you want it to display as.

  3. In the Properties toolbar, click the InnerHTML ellipsis.
    The HTMLContentEditorDialog box displays as shown below.
    HTMLEditor.png

  4. Enter the content you want to display to the user using either the Design Window or Code Window.

  5. Click OK.

 

When you compile and publish the form. The HTML information you entered displays to the user as you designed it.