DrawerMiniSettingsTagHelper
Example
Razor
<mini>
<mini-mode-items-template></mini-mode-items-template>
</mini>
ChildTags
Tag Name | Details |
---|---|
mini-mode-items-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | Enables or disables the configuration. |
template | String | Configures the templates for the component. |
template-handler | String | Defines a specific template for the Kendo UI Drawer when in mini mode. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | Defines a specific template for the Kendo UI Drawer when in mini mode. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | Defines a specific template for the Kendo UI Drawer when in mini mode. This option expects the instance containing the created HTML. |
width | Double | Defines a specific width for the Kendo UI Drawer when in mini mode. |