-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(common): Add API from R1 2020 Release assemblies
- Loading branch information
Showing
43 changed files
with
1,549 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.Drawer.Mini | ||
page_title: Telerik.Web.UI.Drawer.Mini | ||
description: Telerik.Web.UI.Drawer.Mini | ||
--- | ||
|
||
# Telerik.Web.UI.Drawer.Mini | ||
|
||
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. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.Drawer.Mini : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### MiniTemplate `String` | ||
|
||
Defines a specific template for the Kendo UI Drawer when in mini mode. | ||
|
||
### Width `Double` | ||
|
||
Defines a specific width for the Kendo UI Drawer when in mini mode. | ||
|
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.Drawer.MiniConverter | ||
page_title: Telerik.Web.UI.Drawer.MiniConverter | ||
description: Telerik.Web.UI.Drawer.MiniConverter | ||
--- | ||
|
||
# Telerik.Web.UI.Drawer.MiniConverter | ||
|
||
Serialization JS converter class for Mini | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.Drawer.MiniConverter | ||
|
||
## 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
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.MultiColumnComboBox.Messages | ||
page_title: Telerik.Web.UI.MultiColumnComboBox.Messages | ||
description: Telerik.Web.UI.MultiColumnComboBox.Messages | ||
--- | ||
|
||
# Telerik.Web.UI.MultiColumnComboBox.Messages | ||
|
||
The text messages displayed in the widget. Use this option to customize or localize the messages. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.MultiColumnComboBox.Messages : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### Clear `String` | ||
|
||
The text message when hovering the input clear button. | ||
|
||
### NoData `String` | ||
|
||
The text message shown in the noDataTemplate when no data is available in the widget drop-down. | ||
|
41 changes: 41 additions & 0 deletions
41
api/server/Telerik.Web.UI.MultiColumnComboBox/MessagesConverter.md
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.MultiColumnComboBox.MessagesConverter | ||
page_title: Telerik.Web.UI.MultiColumnComboBox.MessagesConverter | ||
description: Telerik.Web.UI.MultiColumnComboBox.MessagesConverter | ||
--- | ||
|
||
# Telerik.Web.UI.MultiColumnComboBox.MessagesConverter | ||
|
||
Serialization JS converter class for Messages | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.MultiColumnComboBox.MessagesConverter | ||
|
||
## 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,24 @@ | ||
--- | ||
title: Telerik.Web.UI.MultiSelect.Animation | ||
page_title: Telerik.Web.UI.MultiSelect.Animation | ||
description: Telerik.Web.UI.MultiSelect.Animation | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.Animation | ||
|
||
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. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.MultiSelect.Animation : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### CloseSettings `Close` | ||
|
||
### OpenSettings `Open` | ||
|
||
The animation played when the suggestion popup is opened. | ||
|
41 changes: 41 additions & 0 deletions
41
api/server/Telerik.Web.UI.MultiSelect/AnimationConverter.md
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.MultiSelect.AnimationConverter | ||
page_title: Telerik.Web.UI.MultiSelect.AnimationConverter | ||
description: Telerik.Web.UI.MultiSelect.AnimationConverter | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.AnimationConverter | ||
|
||
Serialization JS converter class for Animation | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.MultiSelect.AnimationConverter | ||
|
||
## 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,24 @@ | ||
--- | ||
title: Telerik.Web.UI.MultiSelect.Close | ||
page_title: Telerik.Web.UI.MultiSelect.Close | ||
description: Telerik.Web.UI.MultiSelect.Close | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.Close | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.MultiSelect.Close : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### Duration `Double` | ||
|
||
The duration of the close animation in milliseconds. | ||
|
||
### Effects `String` | ||
|
||
The effect(s) to use when playing the close animation. Multiple effects should be separated with a space.Complete list of available animations | ||
|
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.MultiSelect.CloseConverter | ||
page_title: Telerik.Web.UI.MultiSelect.CloseConverter | ||
description: Telerik.Web.UI.MultiSelect.CloseConverter | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.CloseConverter | ||
|
||
Serialization JS converter class for Close | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.MultiSelect.CloseConverter | ||
|
||
## 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,34 @@ | ||
--- | ||
title: Telerik.Web.UI.MultiSelect.Messages | ||
page_title: Telerik.Web.UI.MultiSelect.Messages | ||
description: Telerik.Web.UI.MultiSelect.Messages | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.Messages | ||
|
||
The text messages displayed in the widget. Use this option to customize or localize the messages. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.MultiSelect.Messages : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### Clear `String` | ||
|
||
The text message when hovering the input clear button. | ||
|
||
### DeleteTag `String` | ||
|
||
The text message shown when hovering delete icon in a selected tag. | ||
|
||
### NoData `String` | ||
|
||
The text message shown in the noDataTemplate when no data is available in the widget drop-down. | ||
|
||
### SingleTag `String` | ||
|
||
The text message shown in the single TagMode tag. | ||
|
41 changes: 41 additions & 0 deletions
41
api/server/Telerik.Web.UI.MultiSelect/MessagesConverter.md
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.MultiSelect.MessagesConverter | ||
page_title: Telerik.Web.UI.MultiSelect.MessagesConverter | ||
description: Telerik.Web.UI.MultiSelect.MessagesConverter | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.MessagesConverter | ||
|
||
Serialization JS converter class for Messages | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* System.Web.Script.Serialization.JavaScriptConverter | ||
* Telerik.Web.UI.ExplicitJavaScriptConverter | ||
* Telerik.Web.UI.MultiSelect.MessagesConverter | ||
|
||
## 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,26 @@ | ||
--- | ||
title: Telerik.Web.UI.MultiSelect.Open | ||
page_title: Telerik.Web.UI.MultiSelect.Open | ||
description: Telerik.Web.UI.MultiSelect.Open | ||
--- | ||
|
||
# Telerik.Web.UI.MultiSelect.Open | ||
|
||
The animation played when the suggestion popup is opened. | ||
|
||
## Inheritance Hierarchy | ||
|
||
* System.Object | ||
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager | ||
* Telerik.Web.UI.MultiSelect.Open : IDefaultCheck | ||
|
||
## Properties | ||
|
||
### Duration `Double` | ||
|
||
The duration of the open animation in milliseconds. | ||
|
||
### Effects `String` | ||
|
||
The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.Complete list of available animations | ||
|
Oops, something went wrong.