Skip to content

Commit 8dd7a43

Browse files
committed
docs(api): Update Server API for R2 2021 release
1 parent 8c58b6e commit 8dd7a43

8 files changed

+548
-0
lines changed

Diff for: api/server/Telerik.Web.UI.Gantt/TasksTooltip.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Gantt.TasksTooltip
3+
page_title: Telerik.Web.UI.Gantt.TasksTooltip
4+
description: Telerik.Web.UI.Gantt.TasksTooltip
5+
---
6+
7+
# Telerik.Web.UI.Gantt.TasksTooltip
8+
9+
The default Kendo UI Tooltip options for all marker layers.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Gantt.TasksTooltip : IDefaultCheck
16+
17+
## Properties
18+
19+
### ClientTemplate `String`
20+
21+
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.
22+
23+
### Visible `Boolean`
24+
25+
If set to false the gantt will not display the task tooltip. By default the task tooltip is displayed.
26+
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Gantt.TasksTooltipConverter
3+
page_title: Telerik.Web.UI.Gantt.TasksTooltipConverter
4+
description: Telerik.Web.UI.Gantt.TasksTooltipConverter
5+
---
6+
7+
# Telerik.Web.UI.Gantt.TasksTooltipConverter
8+
9+
Serialization JS converter class for Tooltip
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.Gantt.TasksTooltipConverter
17+
18+
## Methods
19+
20+
### AddScript
21+
22+
Serialize the value as a script, not a string. Should be used alongside with
23+
24+
#### Parameters
25+
26+
#### state `System.Collections.Generic.IDictionary{System.String,System.Object}`
27+
28+
The state collection for the values
29+
30+
#### key `System.String`
31+
32+
The key in the JSON object
33+
34+
#### value `System.Object`
35+
36+
The value in the JSON obejct
37+
38+
#### Returns
39+
40+
`System.Void`
41+
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.GanttToolbarItemConverter
3+
page_title: Telerik.Web.UI.GanttToolbarItemConverter
4+
description: Telerik.Web.UI.GanttToolbarItemConverter
5+
---
6+
7+
# Telerik.Web.UI.GanttToolbarItemConverter
8+
9+
Serialization JS converter class for GanttToolbarItem
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.GanttToolbarItemConverter
17+
18+
## Methods
19+
20+
### AddScript
21+
22+
Serialize the value as a script, not a string. Should be used alongside with
23+
24+
#### Parameters
25+
26+
#### state `System.Collections.Generic.IDictionary{System.String,System.Object}`
27+
28+
The state collection for the values
29+
30+
#### key `System.String`
31+
32+
The key in the JSON object
33+
34+
#### value `System.Object`
35+
36+
The value in the JSON obejct
37+
38+
#### Returns
39+
40+
`System.Void`
41+

Diff for: api/server/Telerik.Web.UI/RadDrawer.md

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Enables or configures the mini mode for the Kendo UI Drawer. This is a compact v
107107

108108
Determines how the Kendo UI Drawer will interact with the associated content. The default one (overlay) will simply overlap the associated content with overlay effect. On the other hand "push" mode will show the drawer next to associated cotent. The associated content will shrink its content.
109109

110+
### Navigatable `Boolean`
111+
112+
Navigate the widget using the keyboard. By default keyboard navigation is disabled.
113+
110114
### Position `DrawerPositionType`
111115

112116
The position of the drawer. Can be left (default) or right.

0 commit comments

Comments
 (0)