我有一个angular 6应用程序,我在表单文本区域之一中使用了froala richtext编辑器,并且指定了以下选项
this.options = {
toolbarButtons: ['fullscreen', 'undo', 'redo', '|', 'bold', 'italic', 'underline',
'outdent', 'indent', 'fontSize', 'formatUL', 'formatOL', 'color',
'clearFormatting', 'insertTable', 'insertImage',
'insertFile', 'html'],
};
但是在所有上述按钮中,只有粗体,斜体,下划线,撤消,重做起作用,其余在编辑器上均不可见。我需要formatUL和formatOL工作。任何帮助都会很棒。