full-toolbar.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <span class="ql-formats">
  2. <select class="ql-font">
  3. <option selected></option>
  4. <option value="serif"></option>
  5. <option value="monospace"></option>
  6. </select>
  7. <select class="ql-size">
  8. <option value="small"></option>
  9. <option selected></option>
  10. <option value="large"></option>
  11. <option value="huge"></option>
  12. </select>
  13. </span>
  14. <span class="ql-formats">
  15. <button class="ql-bold"></button>
  16. <button class="ql-italic"></button>
  17. <button class="ql-underline"></button>
  18. <button class="ql-strike"></button>
  19. </span>
  20. <span class="ql-formats">
  21. <select class="ql-color"></select>
  22. <select class="ql-background"></select>
  23. </span>
  24. <span class="ql-formats">
  25. <button class="ql-list" value="ordered"></button>
  26. <button class="ql-list" value="bullet"></button>
  27. <select class="ql-align">
  28. <option selected></option>
  29. <option value="center"></option>
  30. <option value="right"></option>
  31. <option value="justify"></option>
  32. </select>
  33. </span>
  34. <span class="ql-formats">
  35. <button class="ql-link"></button>
  36. <button class="ql-image"></button>
  37. </span>