Form

Properties

ButtonsTemplate - String

ButtonsTemplateId - String

ButtonsTemplateHandler - String

ClearButton - Nullable

FocusFirst - Nullable

Orientation - String

Validatable - FormValidatableSettings

Configures the built-in Validator options.

Items - List

FormData - Object

Grid - FormGridSettings

Defines the columns of the grid.

Size - Nullable

Layout - String

FormatLabel - ClientHandlerDescriptor

A Razor template delegate.

Messages - FormMessagesSettings

The text message displayed for the Form submit button.

SmartPaste - SmartPasteButton

The name of the form field that corresponds to a form element.

Events - IDictionary

Id - String

SanitezeId - Boolean

Writer - IJavaScriptWriter

Initializer - IJavaScriptInitializer

IsInClientTemplate - Boolean

IsSelfInitialized - Boolean

HasDeferredInitialization - Boolean

HtmlAttributes - IDictionary

ScriptAttributes - IDictionary

HtmlHelper - IHtmlHelper

ModelMetadataProvider - IModelMetadataProvider

Name - String

Explorer - ModelExplorer

Selector - String

IdPrefix - String

ViewContext - ViewContext

ValueProvider - IValueProvider

UrlGenerator - IUrlGenerator

HtmlEncoder - HtmlEncoder

HasClientComponent - Boolean

UseMvvmInitialization - Boolean

Methods

Serialize()

Serializes the component settings to a dictionary.

RETURNS

A dictionary of settings.

WriteInitializationScript(System.IO.TextWriter)

Writes the initialization script.

Parameters

writer - System.IO.TextWriter

The System.IO.TextWriter.

Render()

Renders the component.

ToClientTemplate()

ToClientTemplate method.

ToHtmlString()

ToHtmlString method.

RETURNS

The result.

VerifySettings()

VerifySettings method.

WriteDeferredStyles(System.IO.TextWriter)

Writes the deferred styes.

Parameters

writer - System.IO.TextWriter

The writer.

DeferStyles()

DeferStyles method.

ProcessSettings()

ProcessSettings method.

GetHtml(System.Boolean)

GetHtml method.

Parameters

includeScript - System.Boolean

RETURNS

The result.

GetInitializator()

GetInitializator method.

RETURNS

The result.

WriteDeferredScriptInitialization()

WriteDeferredScriptInitialization method.