<AnswerSummary>

Start of documentation content

Displays a summary of user input.

Use of <AnswerSummary>

<AnswerSummary />

<AnswerSummary>'s props

PropAboutType
emptyAnswerHtml

Localisable HTML: The text displayed when there is no answer provided by the user. E.g. "(no answer provided)"

LocalisedHtml
hasLinkBack

Whether each answer should have a link back to edit that form field.

boolean
linkBackFieldButtonHtml

Localisable HTML: the button text for the links back to the original fields

LocalisedHtml
linkBackNonFieldButtonHtml

Localisable HTML: the button text for the links back to non-fields and non-pages.

LocalisedHtml
linkBackPageButtonHtml

Localisable HTML: the button text for the links back to non-fields and non-pages.

LocalisedHtml
pagePrefix

Localisable HTML: The text displayed before page nodes.

LocalisedPlainText
titleHtml

Localisable HTML: title of Answer Summary

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 "AnswerSummary".

"AnswerSummary"