Click or drag to resize
FormWidgetRenderingConfiguration Class
Configuration describing rendering of form elements.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.WidgetsFormWidgetRenderingConfiguration

Namespace: Kentico.Forms.Web.Mvc.Widgets
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class FormWidgetRenderingConfiguration

The FormWidgetRenderingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodFormWidgetRenderingConfiguration
Top
Fields
  NameDescription
Public fieldStatic memberGetConfiguration
An event raised upon getting rendering configuration. Allows for modification of Configuration for rendering the specified Form.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets rendering configuration for a widget form.
Public propertyFormHtmlAttributes
HTML attributes used for form element.
Public propertyFormWrapperConfiguration
Gets or sets the rendering configuration of an element wrapping the form.
Public propertySubmitButtonHtmlAttributes
HTML attributes used for submit button element.
Top
See Also