FileManagerViewsTreeSettingsTagHelper
Example
Razor
<tree>
<item-template></item-template>
</tree>
ChildTags
Tag Name | Details |
---|---|
item-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
template | String | Configures the templates for the component. |
template-handler | String | Template for rendering each node. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | Template for rendering each node. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | Template for rendering each node. This option expects the instance containing the created HTML. |