Supported renderables 

AdvancedPassword 

(a) ViewModelCollection

Contains view models, reflecting both password fields:

Name Type Description
passwordField ViewHelperContainedViewModel Contains result from <formvh:form.password> view helper invocation for password field.
confirmationField (a) ViewHelperContainedViewModel Result from <formvh:form.password> view helper invocation for password confirmation field.
(b) FormFieldViewModel Combination of confirmation label and result from <formvh:form.password> view helper invocation for password confirmation field.

Checkbox 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.checkbox> view helper invocation.

ContentElement 

(a) ViewHelperContainedViewModel
Contains result from <f:cObject> view helper invocation.
(b) SimpleViewModel
If configured content element UID is invalid.

CountrySelect 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.countrySelect> view helper invocation.

DatePicker 

Fieldset 

(a) StandaloneTagViewModel
Contains the <fieldset> tag with class name(s) and additional attributes.

FileUpload, ImageUpload 

(a) ViewModelCollection

If uploaded resource can be resolved. Contains two or three view models:

Name Type Description
uploadField ViewHelperContainedViewModel Contains result from <formvh:form.uploadedResource> view helper invocation for password field.
resource FileResourceViewModel References file upload, which is an instance of FileReference or PseudoFileReference.
resourcePointerField StandaloneTagViewModel Optional. References hidden <input> field with resource pointer, if available.
(b) ViewHelperContainedViewModel
If uploaded resource cannot be resolved. Contains result from <formvh:form.uploadedResource> view helper invocation.

Form 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form> view helper invocation.

Hidden 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.hidden> view helper invocation.

MultiCheckbox 

(a) ViewModelCollection

Contains view models which reflect all available options, each as one of:

Type Description
FormFieldViewModel If label is available. Contains a combination of label and result from <formvh:form.checkbox> view helper invocation.
ViewHelperContainedViewModel If associated label is invalid or missing. Contains result from <formvh:form.checkbox> view helper invocation.

Password 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.password> view helper invocation.

RadioButton 

(a) ViewModelCollection

Contains view models which reflect all available options, each as one of:

Type Description
FormFieldViewModel If label is available. Contains a combination of label and result from <formvh:form.radio> view helper invocation.
ViewHelperContainedViewModel If associated label is invalid or missing. Contains result from <formvh:form.radio> view helper invocation.

SingleSelect, MultiSelect 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.select> view helper invocation. Includes available <option> tags as children of type StandaloneTagViewModel.

StaticText 

(a) FormFieldViewModel
If label is available. Contains a combination of label and <p> tag.
(b) StandaloneTagViewModel
If label is invalid or missing. Contains <p> tag with class and text.

Textarea 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.textarea> view helper invocation.

Text, Date, Email, Number, Telephone, Url 

(a) ViewHelperContainedViewModel
Contains result from <formvh:form.textfield> view helper invocation.