| Kentico.Forms.Web.Mvc.Internal Namespace |
| Class | Description | |
|---|---|---|
| DropdownEditorViewModel |
Model used for drop-down inline editor.
| |
| FormExtensions |
Contains helper methods for rendering HTML for forms built using Form builder.
| |
| FormItemSubmitBindingModel |
Model used for body binding in Submit(FormItemSubmitBindingModel, Boolean) action.
| |
| KenticoFormBuilderConfigurationController |
Provides endpoints for retrieving and storing the Form builder components configuration.
| |
| KenticoFormBuilderPropertiesPanelController |
Provides endpoint for retrieving the Form builder's properties panel markup as well as validating FormComponent properties.
| |
| KenticoFormFileUploaderController |
Provides endpoint for a form file uploader.
| |
| KenticoFormItemController |
Provides endpoint for rendering form builder forms with submitted values.
| |
| KenticoFormSectionPropertiesFormController |
Provides endpoints for retrieving and validating the form section properties within form.
| |
| KenticoValidationRuleMetadataController |
Provides endpoints for retrieving the validation rule metadata.
| |
| RecordedDataFormProvider |
Contains methods for forms and their fields retrieval inside Recorded data tab.
| |
| SectionModel |
View model that contains information about rendering form components in the sections.
| |
| SectionPropertiesModel |
View model for rendering an automatically generated section properties form.
| |
| SystemRenderingConfigurations |
Provides predefined system rendering configurations.
| |
| UpdatableFormWithConfiguratorsModelBinder |
Model binder used for binding contextual data required when updating form's markup e.g. applying visibility conditions.
| |
| UpdatableFormWithConfiguratorsModelBinderAttribute |
Annotate a parameter of a controller action with this attribute to use UpdatableFormWithConfiguratorsModelBinder
for its value binding.
| |
| UpdatableFormWithConfiguratorsModelBinderResult |
Represents information about whether the form is being updated and name of the field which triggered the update.
| |
| ValidationRulesViewModel |
Model used for body binding in GetValidationRuleConfigurationMarkup(Int32, ValidationRulesViewModel) action.
| |
| VisibilityConditionsBindingModel |
Model used for body binding in GetVisibilityConditionConfigurationMarkup(Int32, VisibilityConditionsBindingModel) action.
|
| Interface | Description | |
|---|---|---|
| IFormBuilderConfigurationSerializer |
Defines serializer of FormBuilderConfiguration.
| |
| IFormSectionViewModel |
Form section view model interface.
| |
| IRecordedDataFormProvider |
Contains methods for forms and their fields retrieval inside Recorded data tab.
|