FileManagerPreviewPaneSettingsTagHelper
Example
Razor
<preview-pane>
<multiple-files-template></multiple-files-template>
<no-file-template></no-file-template>
<single-file-template></single-file-template>
</preview-pane>
ChildTags
Tag Name | Details |
---|---|
multiple-files-template | TemplateTagHelper |
no-file-template | TemplateTagHelper |
single-file-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
meta-fields | String[] | Configures the meta fields to be showed in the preview pane. |
multiple-files-template | String | Defines a new template for the preview pane when multiple files/folders are selected. |
multiple-files-template-handler | String | Defines a new template for the preview pane when multiple files/folders are selected. |
multiple-files-template-id | String | Defines a new template for the preview pane when multiple files/folders are selected. |
multiple-files-template-view | IHtmlContent | Defines a new template for the preview pane when multiple files/folders are selected. |
no-file-template | String | Defines a new template for the preview pane when no file/folder is selected. |
no-file-template-handler | String | Defines a new template for the preview pane when no file/folder is selected. |
no-file-template-id | String | Defines a new template for the preview pane when no file/folder is selected. |
no-file-template-view | IHtmlContent | Defines a new template for the preview pane when no file/folder is selected. |
single-file-template | String | Defines a new template for the preview pane when a single file/folder is selected. |
single-file-template-handler | String | Defines a new template for the preview pane when a single file/folder is selected. |
single-file-template-id | String | Defines a new template for the preview pane when a single file/folder is selected. |
single-file-template-view | IHtmlContent | Defines a new template for the preview pane when a single file/folder is selected. |