FileManagerViewsListSettingsTagHelper

Example

Razor
<list>
    <alt-template></alt-template>
    <edit-template></edit-template>
    <item-template></item-template>
</list>

ChildTags

Tag NameDetails
alt-templateTemplateTagHelper
edit-templateTemplateTagHelper
item-templateTemplateTagHelper

Attributes

AttributeTypeDescription
alt-templateStringTemplate to be used for rendering the alternate items.
alt-template-handlerStringTemplate to be used for rendering the alternate items. This option expects the name of a JavaScript function that will be called to return the template.
alt-template-idStringTemplate to be used for rendering the alternate items. This option expects the ID of the script element that contains the template.
alt-template-viewIHtmlContentTemplate to be used for rendering the alternate items. This option expects the instance containing the created HTML.
edit-templateStringSpecifies the template for items during edit mode.
edit-template-handlerStringSpecifies the template for items during edit mode. This option expects the name of a JavaScript function that will be called to return the template.
edit-template-idStringSpecifies the template for items during edit mode. This option expects the ID of the script element that contains the template.
edit-template-viewIHtmlContentSpecifies the template for items during edit mode. This option expects the instance containing the created HTML.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringSpecifies item template. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringSpecifies item template. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentSpecifies item template. This option expects the instance containing the created HTML.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support