FormTagHelper
Example
Razor
<kendo-form>
<buttons-template></buttons-template>
<form-items></form-items>
<grid />
<messages />
<validatable></validatable>
</kendo-form>
ChildTags
Tag Name | Details |
---|---|
buttons-template | TemplateTagHelper |
form-items | FormItemsTagHelper |
grid | FormGridSettingsTagHelper |
messages | FormMessagesSettingsTagHelper |
validatable | FormValidatableSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
focus-first | Boolean | Specifies if the first editor of the form will be focused on initialization. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
as-module | Boolean | |
buttons-template | String | Specifies the template which is used for rendering the Form buttons. |
buttons-template-handler | String | Specifies the template which is used for rendering the Form buttons. |
buttons-template-id | String | Specifies the template which is used for rendering the Form buttons. |
buttons-template-view | IHtmlContent | Specifies the template which is used for rendering the Form buttons. |
clear-button | Boolean | Specifies if the clearButton should be rendered on initialization. |
format-label | String | Callback function that could be used to change the default format of the automatically generated labels. |
form-data | Object | Provides the data model of the Form. The widget renders the form fields based on their data type, unless the items option is specified. |
has-client-component | Boolean | |
layout | String | Specify the layout of Form content. Valid options are: grid: This is equivalent to display: grid. It defines the form element as a grid container and establishes a new grid formatting context for its contents.. |
on-change | String | Triggered when the form model is updated. |
on-clear | String | Triggered when the form is cleared. |
on-submit | String | Triggered when the form is submitted. |
on-validate | String | Fired when the validation of the entire form completes. |
on-validate-field | String | Fired when the validation state of a field changes. |
orientation | String | Configures the Form orientation. Available options are "horizontal" and "vertical".By default, the Form is rendered with vertical orientation. |
sanitize-id | Boolean | |
script-attributes | IDictionary<String,Object> | |
size | ComponentSize | Sets a value controlling the size of the input. |