Table of Contents

Class FormWidgetRenderingConfiguration

Namespace
Kentico.Forms.Web.Mvc.Widgets
Assembly
Kentico.Content.Web.Mvc.dll

Configuration describing rendering of form elements.

public class FormWidgetRenderingConfiguration
Inheritance
object
FormWidgetRenderingConfiguration
Extension Methods

Fields

GetConfiguration

An event raised upon getting rendering configuration. Allows for modification of Configuration for rendering the specified Form.

public static readonly GetFormWidgetRenderingConfigurationHandler GetConfiguration

Field Value

GetFormWidgetRenderingConfigurationHandler

Properties

Default

Gets rendering configuration for a widget form.

public static FormWidgetRenderingConfiguration Default { get; set; }

Property Value

FormWidgetRenderingConfiguration

FormHtmlAttributes

HTML attributes used for form element.

public IDictionary<string, object> FormHtmlAttributes { get; set; }

Property Value

IDictionary<string, object>

FormWrapperConfiguration

Gets or sets the rendering configuration of an element wrapping the form.

public FormWrapperRenderingConfiguration FormWrapperConfiguration { get; set; }

Property Value

FormWrapperRenderingConfiguration

SubmitButtonHtmlAttributes

HTML attributes used for submit button element.

public IDictionary<string, object> SubmitButtonHtmlAttributes { get; set; }

Property Value

IDictionary<string, object>