| FormWidgetViewModel Class |
Namespace: Kentico.Forms.Web.Mvc.Widgets
public class FormWidgetViewModel
The FormWidgetViewModel type exposes the following members.
| Name | Description | |
|---|---|---|
| FormWidgetViewModel |
| Name | Description | |
|---|---|---|
| DisplayValidationErrors |
Decides whether validation errors that occur during evaluating visibility conditions are supposed to be displayed.
| |
| FormComponents |
Form components of the currently selected form.
| |
| FormConfiguration |
Configuration of selected form.
| |
| FormName |
Name of the currently selected form.
| |
| FormPrefix |
Generated prefix for unique form field identifiers.
| |
| IsFormSubmittable |
Indicates whether the form widget can be submitted, or is intended just for viewing.
| |
| RenderInlineEditor |
Indicates whether the inline editor should be rendered.
| |
| SiteForms |
Forms belonging to the current site.
| |
| SubmitButtonImage |
Image source of the submit button.
| |
| SubmitButtonText |
Text of the submit button.
|