-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api): Update Server API for R2 2021 release
- Loading branch information
Showing
8 changed files
with
548 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Telerik.Web.UI.Gantt.TasksTooltip | ||
page_title: Telerik.Web.UI.Gantt.TasksTooltip | ||
description: Telerik.Web.UI.Gantt.TasksTooltip | ||
--- | ||
|
||
# Telerik.Web.UI.Gantt.TasksTooltip | ||
|
||
The default Kendo UI Tooltip options for all marker layers. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.Gantt.TasksTooltip : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### ClientTemplate `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. | ||
|
||
### Visible `Boolean` | ||
|
||
If set to false the gantt will not display the task tooltip. By default the task tooltip is displayed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Telerik.Web.UI.Gantt.TasksTooltipConverter | ||
page_title: Telerik.Web.UI.Gantt.TasksTooltipConverter | ||
description: Telerik.Web.UI.Gantt.TasksTooltipConverter | ||
--- | ||
|
||
# Telerik.Web.UI.Gantt.TasksTooltipConverter | ||
|
||
Serialization JS converter class for Tooltip | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.Gantt.TasksTooltipConverter | ||
|
||
## Methods | ||
|
||
### AddScript | ||
|
||
Serialize the value as a script, not a string. Should be used alongside with | ||
|
||
#### Parameters | ||
|
||
#### state `System.Collections.Generic.IDictionary{System.String,System.Object}` | ||
|
||
The state collection for the values | ||
|
||
#### key `System.String` | ||
|
||
The key in the JSON object | ||
|
||
#### value `System.Object` | ||
|
||
The value in the JSON obejct | ||
|
||
#### Returns | ||
|
||
`System.Void` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Telerik.Web.UI.GanttToolbarItemConverter | ||
page_title: Telerik.Web.UI.GanttToolbarItemConverter | ||
description: Telerik.Web.UI.GanttToolbarItemConverter | ||
--- | ||
|
||
# Telerik.Web.UI.GanttToolbarItemConverter | ||
|
||
Serialization JS converter class for GanttToolbarItem | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.GanttToolbarItemConverter | ||
|
||
## Methods | ||
|
||
### AddScript | ||
|
||
Serialize the value as a script, not a string. Should be used alongside with | ||
|
||
#### Parameters | ||
|
||
#### state `System.Collections.Generic.IDictionary{System.String,System.Object}` | ||
|
||
The state collection for the values | ||
|
||
#### key `System.String` | ||
|
||
The key in the JSON object | ||
|
||
#### value `System.Object` | ||
|
||
The value in the JSON obejct | ||
|
||
#### Returns | ||
|
||
`System.Void` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.