NumericTextBoxPrefixOptionsSettingsTagHelper
Example
Razor
<prefix-options>
<prefix-template></prefix-template>
</prefix-options>
ChildTags
Tag Name | Details |
---|---|
prefix-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
icon | String | Defines the name for an existing icon in a Kendo UI theme or SVG content |
separator | Boolean | If set to false, the prefix adornment will not have a separator. |
template | String | Represents a collection of templates defined for the component. |
template-handler | String | The template for the prefix adornment of the component. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | The template for the prefix adornment of the component. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | The template for the prefix adornment of the component. This option expects the instance containing the created HTML. |