Component: HTML

The HTML component displays raw HyperText Markup Language.

The HTML component can be used to display and interact with sophisticated data outside the scope of the data sources managed by this application.

For example, this could be an HTML and JavaScript code snippet copied from a third party web service such as an audio language assistant to allow end-users to dictate text spoken in their native tongue into another language.

This is an example of an HTML component showing bold text, an image and a horizontal rule:

HTML components should be dragged from the form designer toolbox into any form.

Click on the HTML component to open up the component properties modal popup dialogue.

The form has 3 tabs, and an Apply button to save the changes and close the form, and a Cancel button to close the form without saving. Note that saving a component must be followed by saving the form design in order to persist the settings.

The Details and Styles tabs are discussed in the Components section. The HTML tab is specific to this component.

HTML

This tab allows editing of the HTML, CSS &/or JavaScript.

The HTML editor shows line numbers and syntax highlighting.

The simple example shows a paragraph with some bold highlighting, an image and a horizontal ruler.

Apply

Clicking this button will apply the HTML to the form, however you must save the form in the designer in order to persist any changes. The form will close.

Last updated