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.

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.  
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

DH Derek Hagen replied to Devaraj Sekar August 17, 2020 02:52 PM 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.  
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  


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  


Loader.
Up arrow icon