Table of Contents

Html

Inherits from Control.

Lets you add custom HTML to the form schema. The primary use case for this feature is displaying information (text, images etc). InVision does not provide an API to the contents of the Html element, but you can of course use the standard browser / DOM API if you want to.

Example

    <Html Row="11" Column="1">
    <span class="bold">
            Hello from html!
        </span>
    </Html>