DropDownTreeCheckboxesSettingsTagHelper
Example
Razor
<checkboxes>
<item-template></item-template>
</checkboxes>
ChildTags
Tag Name | Details |
---|---|
item-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name attribute of the checkbox inputs. That name will be posted to the server. |
check-children | Boolean | Indicates whether checkboxes of child items should get checked when the checkbox of a parent item is checked. This also enables tri-state checkboxes with an indeterminate state. |
enabled | Boolean | |
template | String | The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. |
template-handler | String | The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. |
template-id | String | The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. |
template-view | IHtmlContent | The template which renders the checkboxes. Can be used to allow posting of additional information along the TreeView checkboxes.The fields which can be used in the template are: item - the data item of the given node or treeview - the TreeView options. |