FormExtensions Class |
Namespace: Kentico.Forms.Web.Mvc
public static class FormExtensions
The FormExtensions type exposes the following members.
Name | Description | |
---|---|---|
BeginWrappingElement |
Renders the start tag of wrapping HTML element based on configuration.
An empty string is returned, when configuration is null or does not specify an ElementName.
| |
Editor |
Returns an HTML editing element for given formComponent.
| |
EndWrappingElement |
Renders the end tag of wrapping HTML element based on configuration.
An empty string is returned, when configuration is null or does not specify an ElementName.
| |
FormField |
Returns HTML markup for given formComponent. The markup contains
a label and an editing element representing the form component given.
| |
FormFields(ExtensionPointHtmlHelper, IEnumerableFormComponent, FormFieldRenderingConfiguration) |
Returns HTML markup for given enumeration of form components. The markup contains
a label and an editing element representing each of the form components.
| |
FormFields(ExtensionPointHtmlHelper, IEnumerableFormComponent, FormBuilderConfiguration, FormFieldRenderingConfiguration) |
Returns HTML markup for given enumeration of form components organized by given formConfiguration.
The markup contains a label and an editing element representing each of the form components.
| |
Label |
Returns an HTML label element for given formComponent.
| |
SmartFieldIcon |
Returns a smart field icon if provided formComponent is a smart field.
| |
ValidationSummary |
Renders a validation summary for a form with clickable labels.
|