- Home
- Forum
- Xamarin.Forms
- Remove just the hyperlink option on RichTextEditor
Remove just the hyperlink option on RichTextEditor
I am trying to remove only the hyperlink from the RichTextEditor but when I do this I lose the option to change the font name.
ToolbarOptions="FontColor,FontSize,Underline,Italic,Bold,Alignment,Redo,Undo,NumberList,BulletList,IncreaseIndent,DecreaseIndent,ClearFormat,HighlightColor,ParagraphFormat"
As you can see from above I do not include the hyperlink. When I run the code my option to change the font is gone.
SIGN IN To post a reply.
3 Replies
1 reply marked as answer
DS
Devaraj Sekar
Syncfusion Team
August 17, 2020 06:51 AM UTC
Hi Derek,
Thank you for contacting Syncfusion support.
The mentioned requirement “Custom toolbar with Font option” can be achieved in SfRichTextEditor using Font option. We have prepared a sample based on the mentioned requirement which can be downloaded from the below link.
Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/HyperlinkRTE-572346288.zip
Code snippet:
|
ToolbarOptions="FontColor,Font,FontSize,Underline,Italic,Bold,Alignment,Redo,Undo,NumberList,BulletList,IncreaseIndent,DecreaseIndent,ClearFormat,HighlightColor,ParagraphFormat" |
Kindly let us know whether the provided sample fulfills your requirement.
Regards,
Devaraj S
Marked as answer
Hi Derek,Thank you for contacting Syncfusion support.The mentioned requirement “Custom toolbar with Font option” can be achieved in SfRichTextEditor using Font option. We have prepared a sample based on the mentioned requirement which can be downloaded from the below link.Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/HyperlinkRTE-572346288.zipCode snippet:
ToolbarOptions="FontColor,Font,FontSize,Underline,Italic,Bold,Alignment,Redo,Undo,NumberList,BulletList,IncreaseIndent,DecreaseIndent,ClearFormat,HighlightColor,ParagraphFormat"Kindly let us know whether the provided sample fulfills your requirement.Regards,Devaraj S
Thanks that worked. I don't see the "Font" documentation for this option at:
https://help.syncfusion.com/xamarin/rich-text-editor/customization
DS
Devaraj Sekar
Syncfusion Team
August 18, 2020 10:51 AM UTC
Hi Derek,
Thank you for the update.
We will update the UG documentation for “Font option in custom toolbar”.
Kindly let us know if you require any further assistance.
Regards,
Devaraj S
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
- Marked answer
-
DH Derek Hagen
- Aug 14, 2020 03:33 PM UTC
- Aug 18, 2020 10:51 AM UTC