GanttTooltipSettingsTagHelper
Example
Razor
<tooltip/>
Attributes
Attribute | Type | Description |
---|---|---|
template | String | The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown. |
template-handler | String | The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown. |
template-id | String | The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown. |
template-view | IHtmlContent | The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown. |
visible | Boolean | If set to false the gantt will not display the task tooltip. By default the task tooltip is displayed. |