6
votes

I would like to know the name of all the toolbar buttons of Froala (https://www.froala.com/wysiwyg-editor). I know the following ones:

"undo", "redo", "bold", "italic", "underline", "strikeThrough", "selectAll", "paragraphStyle", "subscript", "superscript", "paragraphFormat", "fontFamily", "fontSize", "align", "formatOL", "formatUL", "outdent", "indent", "quote", "color", "emoticons", "insertTable", "createLink", "insertImage", "insertVideo", "insertFile", "fullscreen", "html", "save"

I miss at least the Insert Horizontal Line button.

2

2 Answers

4
votes

There is an example with all possible feature of froala on their official page: https://www.froala.com/wysiwyg-editor/examples/full-featured

toolbarButtons: ['fullscreen', 'bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', 'fontFamily', 'fontSize', 'color', 'emoticons', 'inlineStyle', 'paragraphStyle', 'paragraphFormat', 'align', 'formatOL', 'formatUL', 'outdent'
3
votes

Finally I found the Insert Horizontal Line button. It is "insertHR".