GanttTooltipSettingsTagHelper

Example

Razor
<tooltip/>

Attributes

AttributeTypeDescription
templateStringThe 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-handlerStringThe 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. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe 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. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe 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. This option expects the instance containing the created HTML.
visibleBooleanIf set to false the gantt will not display the task tooltip. By default the task tooltip is displayed.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support