| | |
| | | toolbar.innerHTML = ` |
| | | <span class="ql-formats"> |
| | | <button type="button" class="ql-p"> |
| | | ${jvbSettings.icons.paragraph} |
| | | <i class="icon icon-paragraph"></i> |
| | | </button> |
| | | <button type="button" class="ql-h1"> |
| | | ${jvbSettings.icons.h1} |
| | | <i class="icon icon-text-h-one"></i> |
| | | </button> |
| | | <button type="button" class="ql-h2"> |
| | | ${jvbSettings.icons.h2} |
| | | <i class="icon icon-text-h-two"></i> |
| | | </button> |
| | | <button type="button" class="ql-h3"> |
| | | ${jvbSettings.icons.h3} |
| | | <i class="icon icon-text-h-three"></i> |
| | | </button> |
| | | </span> |
| | | <span class="ql-formats"> |
| | | <button type="button" class="ql-jvb_bold"> |
| | | ${jvbSettings.icons['bold']} |
| | | <i class="icon icon-text-b-fi"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_italic"> |
| | | ${jvbSettings.icons['italic']} |
| | | <i class="icon icon-text-italic"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_underline"> |
| | | ${jvbSettings.icons['underline']} |
| | | <i class="icon icon-text-underline"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_strike"> |
| | | ${jvbSettings.icons['strike']} |
| | | <i class="icon icon-text-strikethrough"></i> |
| | | </button> |
| | | </span> |
| | | <span class="ql-formats"> |
| | | <button type="button" class="ql-jvb_list" value="bullet"> |
| | | ${jvbSettings.icons['list-bullets']} |
| | | <i class="icon icon-list-dashes"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_list" value="ordered"> |
| | | ${jvbSettings.icons['list-numbers']} |
| | | <i class="icon icon-list-numbers"></i> |
| | | </button> |
| | | </span> |
| | | <span class="ql-formats"> |
| | | <button type="button" class="ql-jvb_align" value="left"> |
| | | ${jvbSettings.icons['align-left']} |
| | | <i class="icon icon-text-align-left"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_align" value="center"> |
| | | ${jvbSettings.icons['align-center']} |
| | | <i class="icon icon-text-align-center"></i> |
| | | </button> |
| | | <button type="button" class="ql-jvb_align" value="right"> |
| | | ${jvbSettings.icons['align-right']} |
| | | <i class="icon icon-text-align-right"></i> |
| | | </button> |
| | | </span> |
| | | <span class="ql-formats"> |
| | | <button type="button" class="ql-jvb_link"> |
| | | ${jvbSettings.icons.link} |
| | | <i class="icon icon-link"></i> |
| | | </button> |
| | | ${image} |
| | | </span> |