TextBoxSuffixOptionsSettingsTagHelper
Example
Razor
<suffix-options>
<suffix-template></suffix-template>
</suffix-options>
ChildTags
Tag Name | Details |
---|---|
suffix-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 suffix adornment will not have a separator. |
template | String | A collection of templates that can be used in the component. |
template-handler | String | The template for the suffix 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 suffix adornment of the component. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | The template for the suffix adornment of the component. This option expects the instance containing the created HTML. |