<Content>
Start of documentation contentUse of
Displays arbitrary HTML content.
Use of <Content>
<Contentid="myContent"valueHtml={{en: '<h3>How to fill out this form</h3> <p>any content</p>',}}/>
<Content>
's props
Prop | About | Type |
---|---|---|
valueHtml | Localisable HTML: arbitrary content E.g.
| 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 | false |
type | Non-editable. Type of component of | "Content" |