Hi,
I am using @syncfusion/ej2-react-richtexteditor
: 24.1.41
, and I need to customize the toolBarSettings
to only include 'Bold'
, 'Italic'
, and 'Underline'
, while removing all other options. I attempted to remove the following items:
'StrikeThrough'
'FontName'
'FontSize'
'FontColor'
'BackgroundColor'
'LowerCase'
'UpperCase'
'|'
'CreateTable'
'|'
'Formats'
'Alignments'
'OrderedList'
'UnorderedList'
'Outdent'
'Indent'
'|'
'CreateLink'
'|'
'ClearFormat'
'Print'
'SourceCode'
'|'
'Undo'
'Redo'
However, it's not working as expected. Can you help me resolve this?
I have attached my code snippet here.