RatingLabelSettingsTagHelper
Example
Razor
<label>
<label-template></label-template>
</label>
ChildTags
Tag Name | Details |
---|---|
label-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | Enables or disables the configuration. |
template | String | Configures the templates for the component. |
template-handler | String | The template for the label. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | The template for the label. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | The template for the label. This option expects the instance containing the created HTML. |