Skip to content

Commit aec5136

Browse files
committed
docs(common): Add API from R1 2020 Release assemblies
1 parent 756a043 commit aec5136

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1549
-0
lines changed

Diff for: api/server/Telerik.Web.UI.Drawer/Mini.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Drawer.Mini
3+
page_title: Telerik.Web.UI.Drawer.Mini
4+
description: Telerik.Web.UI.Drawer.Mini
5+
---
6+
7+
# Telerik.Web.UI.Drawer.Mini
8+
9+
Enables or configures the mini mode for the Kendo UI Drawer. This is a compact view that is displayed when the Kendo UI Drawer is collapsed. Usually it used to show only the icons when the drawer content contains icon and text for an item. When set to true it uses the main template.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Drawer.Mini : IDefaultCheck
16+
17+
## Properties
18+
19+
### MiniTemplate `String`
20+
21+
Defines a specific template for the Kendo UI Drawer when in mini mode.
22+
23+
### Width `Double`
24+
25+
Defines a specific width for the Kendo UI Drawer when in mini mode.
26+

Diff for: api/server/Telerik.Web.UI.Drawer/MiniConverter.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Drawer.MiniConverter
3+
page_title: Telerik.Web.UI.Drawer.MiniConverter
4+
description: Telerik.Web.UI.Drawer.MiniConverter
5+
---
6+
7+
# Telerik.Web.UI.Drawer.MiniConverter
8+
9+
Serialization JS converter class for Mini
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.Drawer.MiniConverter
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.HtmlChart.PlotArea.Series/PieSeriesBase.md

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Get/Set the name of the series
7676

7777
The data field holding names of the sectors
7878

79+
### Opacity `Decimal`
80+
81+
The series opacity. By default the series are opaque with default value 1.
82+
7983
### SeriesItems `PieSeriesItemCollection`
8084

8185
Creates a collection with specific series items for the current series type
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.MultiColumnComboBox.Messages
3+
page_title: Telerik.Web.UI.MultiColumnComboBox.Messages
4+
description: Telerik.Web.UI.MultiColumnComboBox.Messages
5+
---
6+
7+
# Telerik.Web.UI.MultiColumnComboBox.Messages
8+
9+
The text messages displayed in the widget. Use this option to customize or localize the messages.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.MultiColumnComboBox.Messages : IDefaultCheck
16+
17+
## Properties
18+
19+
### Clear `String`
20+
21+
The text message when hovering the input clear button.
22+
23+
### NoData `String`
24+
25+
The text message shown in the noDataTemplate when no data is available in the widget drop-down.
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.MultiColumnComboBox.MessagesConverter
3+
page_title: Telerik.Web.UI.MultiColumnComboBox.MessagesConverter
4+
description: Telerik.Web.UI.MultiColumnComboBox.MessagesConverter
5+
---
6+
7+
# Telerik.Web.UI.MultiColumnComboBox.MessagesConverter
8+
9+
Serialization JS converter class for Messages
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.MultiColumnComboBox.MessagesConverter
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.MultiSelect/Animation.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.Animation
3+
page_title: Telerik.Web.UI.MultiSelect.Animation
4+
description: Telerik.Web.UI.MultiSelect.Animation
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.Animation
8+
9+
Configures the opening and closing animations of the suggestion popup. Setting the animation option to false will disable the opening and closing animations. As a result the suggestion popup will open and close instantly. is not a valid configuration.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.MultiSelect.Animation : IDefaultCheck
16+
17+
## Properties
18+
19+
### CloseSettings `Close`
20+
21+
### OpenSettings `Open`
22+
23+
The animation played when the suggestion popup is opened.
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.AnimationConverter
3+
page_title: Telerik.Web.UI.MultiSelect.AnimationConverter
4+
description: Telerik.Web.UI.MultiSelect.AnimationConverter
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.AnimationConverter
8+
9+
Serialization JS converter class for Animation
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.MultiSelect.AnimationConverter
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.MultiSelect/Close.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.Close
3+
page_title: Telerik.Web.UI.MultiSelect.Close
4+
description: Telerik.Web.UI.MultiSelect.Close
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.Close
8+
9+
## Inheritance Hierarchy
10+
11+
* System.Object
12+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
13+
* Telerik.Web.UI.MultiSelect.Close : IDefaultCheck
14+
15+
## Properties
16+
17+
### Duration `Double`
18+
19+
The duration of the close animation in milliseconds.
20+
21+
### Effects `String`
22+
23+
The effect(s) to use when playing the close animation. Multiple effects should be separated with a space.Complete list of available animations
24+
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.CloseConverter
3+
page_title: Telerik.Web.UI.MultiSelect.CloseConverter
4+
description: Telerik.Web.UI.MultiSelect.CloseConverter
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.CloseConverter
8+
9+
Serialization JS converter class for Close
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.MultiSelect.CloseConverter
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.MultiSelect/Messages.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.Messages
3+
page_title: Telerik.Web.UI.MultiSelect.Messages
4+
description: Telerik.Web.UI.MultiSelect.Messages
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.Messages
8+
9+
The text messages displayed in the widget. Use this option to customize or localize the messages.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.MultiSelect.Messages : IDefaultCheck
16+
17+
## Properties
18+
19+
### Clear `String`
20+
21+
The text message when hovering the input clear button.
22+
23+
### DeleteTag `String`
24+
25+
The text message shown when hovering delete icon in a selected tag.
26+
27+
### NoData `String`
28+
29+
The text message shown in the noDataTemplate when no data is available in the widget drop-down.
30+
31+
### SingleTag `String`
32+
33+
The text message shown in the single TagMode tag.
34+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.MessagesConverter
3+
page_title: Telerik.Web.UI.MultiSelect.MessagesConverter
4+
description: Telerik.Web.UI.MultiSelect.MessagesConverter
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.MessagesConverter
8+
9+
Serialization JS converter class for Messages
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.MultiSelect.MessagesConverter
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.MultiSelect/Open.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.MultiSelect.Open
3+
page_title: Telerik.Web.UI.MultiSelect.Open
4+
description: Telerik.Web.UI.MultiSelect.Open
5+
---
6+
7+
# Telerik.Web.UI.MultiSelect.Open
8+
9+
The animation played when the suggestion popup is opened.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.MultiSelect.Open : IDefaultCheck
16+
17+
## Properties
18+
19+
### Duration `Double`
20+
21+
The duration of the open animation in milliseconds.
22+
23+
### Effects `String`
24+
25+
The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.Complete list of available animations
26+

0 commit comments

Comments
 (0)