<Content>

Start of documentation content

Displays arbitrary HTML content.

Use of <Content>

<Content
id="myContent"
valueHtml={{
en: '<h3>How to fill out this form</h3> <p>any content</p>',
}}
/>

<Content>'s props

PropAboutType
valueHtml

Localisable HTML: arbitrary content

E.g.

{
  en: '<p>Welcome to my form</p>',
}
LocalisedHtml
id

Component Id.

Must be unique within the form.

string
meta

Arbitrary metadata on this node.

This is useful when developing custom controls as it allows you to pass down metadata/extensions.

string
hasChildrenById

Non-editable.

Used to indicate that this component doesn't have children.

false
hasTagsById

Non-editable.

Used to indicate that this component isn't a form field with tags by id.

false
isFormField

Non-editable.

Used to indicate that this component isn't a form field.

false
isMultichoice

Non-editable.

Used to indicate that this component isn't a multichoice form field like <Select>, <Radios> or <Checkboxes>.

false
type

Non-editable.

Type of component of "Content".

"Content"