parent
6242ec056e
commit
dafe96dae7
1 changed files with 30 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||||||
|
enum ToolbarButtons { |
||||||
|
undo, |
||||||
|
redo, |
||||||
|
fontFamily, |
||||||
|
fontSize, |
||||||
|
bold, |
||||||
|
italic, |
||||||
|
small, |
||||||
|
underline, |
||||||
|
strikeThrough, |
||||||
|
inlineCode, |
||||||
|
color, |
||||||
|
backgroundColor, |
||||||
|
clearFormat, |
||||||
|
centerAlignment, |
||||||
|
leftAlignment, |
||||||
|
rightAlignment, |
||||||
|
justifyAlignment, |
||||||
|
direction, |
||||||
|
headerStyle, |
||||||
|
listNumbers, |
||||||
|
listBullets, |
||||||
|
listChecks, |
||||||
|
codeBlock, |
||||||
|
quote, |
||||||
|
indentIncrease, |
||||||
|
indentDecrease, |
||||||
|
link, |
||||||
|
search, |
||||||
|
} |
Loading…
Reference in new issue