Ali*_*iuk 6 javascript jquery toolbar button froala
我想知道 Froala ( https://www.froala.com/wysiwyg-editor )的所有工具栏按钮的名称。我知道以下几个:
“撤消”、“重做”、“粗体”、“斜体”、“下划线”、“strikeThrough”、“selectAll”、“paragraphStyle”、“下标”、“上标”、“paragraphFormat”、“fontFamily”、“fontSize” ", "align", "formatOL", "formatUL", "outdent", "indent", "quote", "color", "emoticons", "insertTable", "createLink", "insertImage", "insertVideo", “插入文件”、“全屏”、“html”、“保存”
我至少想念插入水平线按钮。
在其官方页面上有一个包含 froala 所有可能功能的示例: 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'
Run Code Online (Sandbox Code Playgroud)