Skip to content

Commit e6ddf6e

Browse files
docs(common): update server API reference for R1 2019
1 parent 9e04e42 commit e6ddf6e

37 files changed

+1895
-19
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Chat.Animation
3+
page_title: Telerik.Web.UI.Chat.Animation
4+
description: Telerik.Web.UI.Chat.Animation
5+
---
6+
7+
# Telerik.Web.UI.Chat.Animation
8+
9+
Configures the toolbar toggle animation. If disabled animation will not play.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.Animation : IDefaultCheck
16+
17+
## Properties
18+
19+
### CollapseSettings `Collapse`
20+
21+
Configures the toolbar collapse animation.
22+
23+
### ExpandSettings `Expand`
24+
25+
Configures the expand animation of the toolbar;
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Chat.AnimationConverter
3+
page_title: Telerik.Web.UI.Chat.AnimationConverter
4+
description: Telerik.Web.UI.Chat.AnimationConverter
5+
---
6+
7+
# Telerik.Web.UI.Chat.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.Chat.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+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Telerik.Web.UI.Chat.ChatToolbar
3+
page_title: Telerik.Web.UI.Chat.ChatToolbar
4+
description: Telerik.Web.UI.Chat.ChatToolbar
5+
---
6+
7+
# Telerik.Web.UI.Chat.ChatToolbar
8+
9+
Configures the Kedno UI Chat toolbar.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.ChatToolbar : IDefaultCheck
16+
17+
## Properties
18+
19+
### Animation `Boolean`
20+
21+
Configures the toolbar toggle animation. If disabled animation will not play.
22+
23+
### AnimationSettings `Boolean`
24+
25+
Configures the toolbar toggle animation. If disabled animation will not play.
26+
27+
### ButtonsCollection `ChatToolbarButtonsCollection`
28+
29+
Defines the collection of buttons to be rendered.
30+
31+
### Scrollable `Boolean`
32+
33+
Enables or disables the scrollable behavior of the toolbar.
34+
35+
### Toggleable `Boolean`
36+
37+
Enables or disables the toggleable behavior of the toolbar.
38+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Chat.ChatToolbarConverter
3+
page_title: Telerik.Web.UI.Chat.ChatToolbarConverter
4+
description: Telerik.Web.UI.Chat.ChatToolbarConverter
5+
---
6+
7+
# Telerik.Web.UI.Chat.ChatToolbarConverter
8+
9+
Serialization JS converter class for Toolbar
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.Chat.ChatToolbarConverter
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+
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Chat.Collapse
3+
page_title: Telerik.Web.UI.Chat.Collapse
4+
description: Telerik.Web.UI.Chat.Collapse
5+
---
6+
7+
# Telerik.Web.UI.Chat.Collapse
8+
9+
Configures the toolbar collapse animation.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.Collapse : IDefaultCheck
16+
17+
## Properties
18+
19+
### Duration `Double`
20+
21+
Configures the duration (in miliseconds) of the toolbar collapse animation.
22+
23+
### Effects `String`
24+
25+
Configures the effects of the toolbar collapse animation.
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Chat.CollapseConverter
3+
page_title: Telerik.Web.UI.Chat.CollapseConverter
4+
description: Telerik.Web.UI.Chat.CollapseConverter
5+
---
6+
7+
# Telerik.Web.UI.Chat.CollapseConverter
8+
9+
Serialization JS converter class for Collapse
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.Chat.CollapseConverter
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+
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Chat.Expand
3+
page_title: Telerik.Web.UI.Chat.Expand
4+
description: Telerik.Web.UI.Chat.Expand
5+
---
6+
7+
# Telerik.Web.UI.Chat.Expand
8+
9+
Configures the expand animation of the toolbar;
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.Expand : IDefaultCheck
16+
17+
## Properties
18+
19+
### Duration `Double`
20+
21+
Configures the duration of the expand animation.
22+
23+
### Effects `String`
24+
25+
Configures the effects of the expand animation.
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Chat.ExpandConverter
3+
page_title: Telerik.Web.UI.Chat.ExpandConverter
4+
description: Telerik.Web.UI.Chat.ExpandConverter
5+
---
6+
7+
# Telerik.Web.UI.Chat.ExpandConverter
8+
9+
Serialization JS converter class for Expand
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.Script.Serialization.JavaScriptConverter
15+
* Telerik.Web.UI.ExplicitJavaScriptConverter
16+
* Telerik.Web.UI.Chat.ExpandConverter
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+
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Telerik.Web.UI.Chat.Messages
3+
page_title: Telerik.Web.UI.Chat.Messages
4+
description: Telerik.Web.UI.Chat.Messages
5+
---
6+
7+
# Telerik.Web.UI.Chat.Messages
8+
9+
Allows localization of the strings that are used in the widget.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.Messages : IDefaultCheck
16+
17+
## Properties
18+
19+
### Placeholder `String`
20+
21+
The hint displayed in the input textbox of the widget.
22+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Telerik.Web.UI.Chat.MessagesConverter
3+
page_title: Telerik.Web.UI.Chat.MessagesConverter
4+
description: Telerik.Web.UI.Chat.MessagesConverter
5+
---
6+
7+
# Telerik.Web.UI.Chat.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.Chat.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+
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Telerik.Web.UI.Chat.User
3+
page_title: Telerik.Web.UI.Chat.User
4+
description: Telerik.Web.UI.Chat.User
5+
---
6+
7+
# Telerik.Web.UI.Chat.User
8+
9+
Configures the Kendo UI Chat user information.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.Chat.User : IDefaultCheck
16+
17+
## Properties
18+
19+
### IconUrl `String`
20+
21+
If set, sets the image url to be used for the user avatar icon.
22+
23+
### Name `String`
24+
25+
Sets the name of the chat user.
26+

0 commit comments

Comments
 (0)