You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/toolbar-items.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Toolbar items in ##Platform_Name## AI AssistView control
12
12
13
-
You can render the AI AssistView toolbar items by using the [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewToolbarSettings_Items) property in the [ToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewToolbarSettings.html), [ResponseToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewResponseToolbarSettings.html), [PromptToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewPromptToolbarSettings.html) & [FooterToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html) properties.
13
+
You can render the AI AssistView toolbar items by using the [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewToolbarSettings_Items) property in the [ToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewToolbarSettings.html), [ResponseToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewResponseToolbarSettings.html), [PromptToolbarSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewPromptToolbarSettings.html) & `FooterToolbarSettings` properties.
14
14
15
15
## Configure footer toolbar
16
16
@@ -31,7 +31,7 @@ In the following example, AI AssistView component rendered with footer toolbar i
31
31
32
32
### Toolbar positioning
33
33
34
-
You can use the [ToolbarPosition](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewFooterToolbarSettings_ToolbarPosition) property to customize footer toolbar position. It has two modes such as `Inline`, and `Bottom`. By default, the toolbarPosition is `Inline`.
34
+
You can use the `ToolbarPosition` property to customize footer toolbar position. It has two modes such as `Inline`, and `Bottom`. By default, the toolbarPosition is `Inline`.
35
35
36
36
By settings toolbarPosition as `Bottom`, footer items will be rendered at the bottom with a dedicated footer area .
37
37
@@ -50,7 +50,7 @@ By settings toolbarPosition as `Bottom`, footer items will be rendered at the bo
50
50
51
51
You can use the `FooterToolbarSettings` property to add custom items for the footer toolbar in the AI AssistView. The custom items will be added with the existing built-in items in the footer toolbar.
52
52
53
-
> To know more about the items, please refer to the [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewFooterToolbarSettings_Items) section.
53
+
> To know more about the items, please refer to the [Items](#Items) section.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/toolbar-items.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In the following example, AI AssistView component rendered with footer toolbar i
31
31
32
32
### Toolbar positioning
33
33
34
-
You can use the [ToolbarPosition](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewFooterToolbarSettings_ToolbarPosition) property to customize footer toolbar position. It has two modes such as `Inline`, and `Bottom`. By default, the toolbarPosition is `Inline`.
34
+
You can use the `ToolbarPosition` property to customize footer toolbar position. It has two modes such as `Inline`, and `Bottom`. By default, the toolbarPosition is `Inline`.
35
35
36
36
By settings toolbarPosition as `Bottom`, footer items will be rendered at the bottom with a dedicated footer area .
37
37
@@ -47,7 +47,7 @@ By settings toolbarPosition as `Bottom`, footer items will be rendered at the bo
47
47
48
48
You can use the `e-aiassistview-footertoolbarsettings` tag helper to add custom items for the footer toolbar in the AI AssistView. The custom items will be added with the existing built-in items in the footer toolbar.
49
49
50
-
> To know more about the items, please refer to the [Items](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewFooterToolbarSettings_Items) section.
50
+
> To know more about the items, please refer to the [Items](#Items) section.
51
51
52
52
{% tabs %}
53
53
{% highlight razor tabtitle="CSHTML" %}
@@ -59,7 +59,7 @@ You can use the `e-aiassistview-footertoolbarsettings` tag helper to add custom
59
59
60
60
### Item click
61
61
62
-
The [ItemClick](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.InteractiveChat.AIAssistViewFooterToolbarSettings.html#Syncfusion_EJ2_InteractiveChat_AIAssistViewFooterToolbarSettings_ItemClick) event is triggered when the footer toolbar item is clicked.
62
+
The `ItemClick` event is triggered when the footer toolbar item is clicked.
0 commit comments