Skip to content

Commit 70529c6

Browse files
Merge pull request #3424 from syncfusion-content/966014_hotfix
966014 : [HotFix]Prepare ug content and demo sample for TargetStyle properties - .NET MAUI Chat
2 parents e1a2485 + 7634208 commit 70529c6

File tree

7 files changed

+28
-2
lines changed

7 files changed

+28
-2
lines changed

MAUI/AIAssistView/working-with-aiassistview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,9 @@ public partial class MainPage : ContentPage
401401

402402
![SendButton Customization in .NET MAUI AI AssistView](Images/working-with-aiassistview/maui-aiassistview-SendButtonCustomization.png)
403403

404-
## Show ResponseLoader view
404+
N> The [InputText](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html#Syncfusion_Maui_AIAssistView_SfAIAssistView_InputText) is used to gets or sets the text of the editor in the `SfAIAssistView`.
405+
406+
## Show ResponseLoader View
405407

406408
By Default, the response loader view will be enabled, and the default shimmer view will be displayed when the request is added. To disable it, set the [ShowResponseLoader](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html#Syncfusion_Maui_AIAssistView_SfAIAssistView_ShowResponseLoader) property to `false`.
407409

MAUI/Chat/attachment-button.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,10 @@ public partial class MainPage : ContentPage
239239

240240
![Custom attachment button in .NET MAUI Chat](images/attachment-button/maui-chat-custom-attachment-button.png)
241241

242+
## Attach image from gallery in .NET MAUI Chat
242243

244+
You can add the desired image in to the chat by opening the device’s gallery when attachment button is tapped.
245+
246+
![Attach image from gallery in .NET MAUI Chat](images/attachment-button/maui-chat-attach-image-from-gallery.png)
247+
248+
N> [View sample in GitHub](https://github.com/SyncfusionExamples/how-to-attach-image-from-gallery-in-.net-maui-chat)
Loading
Loading
Loading

MAUI/Chat/messages.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,3 +1790,19 @@ In the provided code example, we've set up a custom template to display a securi
17901790
![Sytem generated message in .NET MAUI Chat](images/messages/maui-chat-system-generated-custom-message-template.png)
17911791

17921792
N> [View sample in GitHub](https://github.com/SyncfusionExamples/system-generated-message-template-.net-maui-chat)
1793+
1794+
## Assign unique color to each user in a group chat
1795+
1796+
You can assign unique color to each user in a group chat by writing converter and custom control templates to [OutgoingMessageAuthorView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.OutgoingMessageAuthorView.html) and [IncomingMessageAuthorView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.IncomingMessageAuthorView.html) using `TargetStyle`.
1797+
1798+
![Unique color to each user in .NET MAUI Chat](images/messages/maui-chat-assign-color-each-user.png)
1799+
1800+
N> [View sample in GitHub](https://github.com/SyncfusionExamples/how-to-assign-color-each-user-in-.net-maui-chat)
1801+
1802+
## Show drop down menu on tapping a message in .NET MAUI Chat
1803+
1804+
You can add drop down icon to the incoming messages in `SfChat` by writing custom control template to [IncomingMessageTextView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.IncomingMessageTextView.html) using `TargetStyle`. Using [SfPopup](https://help.syncfusion.com/maui/popup/overview), you can display the drop down menu by using platform specific customization.
1805+
1806+
![Drop down menu in .NET MAUI Chat](images/messages/maui-chat-show-drop-down-menu.gif)
1807+
1808+
N> [View sample in GitHub](https://github.com/SyncfusionExamples/how-to-show-drop-down-menu-in-.net-maui-chat)

MAUI/Chat/typing-indicator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ namespace GettingStarted
126126

127127
![Typing indicator with image in .NET MAUI Chat](images/typing-indicator/maui-chat-typing-indicator.png)
128128

129+
N> The `SfChat` allows customizing the height of the typing indicator using the [TypingIndicatorViewHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.SfChat.html#Syncfusion_Maui_Chat_SfChat_TypingIndicatorViewHeight) property.
130+
129131
## Customize avatar view of typing indicator
130132

131133
The avatar view in the typing indicator can be customized to show only starting alphabet of the username or only image of the user as avatar by using [TypingIndicator.AvatarViewType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.ChatTypingIndicator.html#Syncfusion_Maui_Chat_ChatTypingIndicator_AvatarViewType) property.
@@ -185,4 +187,4 @@ namespace GettingStarted
185187
}
186188

187189
{% endhighlight %}
188-
{% endtabs %}
190+
{% endtabs %}

0 commit comments

Comments
 (0)