Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

All the toolbar buttons of Froala

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.

like image 681
Aliuk Avatar asked Jul 29 '16 12:07

Aliuk


1 Answers

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'
like image 185
Yush0 Avatar answered Oct 11 '22 00:10

Yush0