TinyMCE自带的图标列表
可以参考源代码 Github
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
'accessibility-check' 'align-center' 'align-justify' 'align-left' 'align-none' 'align-right' 'arrow-left' 'arrow-right' 'bold' 'bookmark' 'border-width' 'brightness' 'browse' 'cancel' 'change-case' 'character-count' 'checklist-rtl' 'checklist' 'checkmark' 'chevron-down' 'chevron-left' 'chevron-right' 'chevron-up' 'close' 'code-sample' 'color-levels' 'color-picker' 'color-swatch-remove-color' 'color-swatch' 'comment-add' 'comment' 'contrast' 'copy' 'crop' 'cut' 'document-properties' 'drag' 'duplicate' 'edit-block' 'edit-image' 'embed-page' 'embed' 'emoji' 'fill' 'flip-horizontally' 'flip-vertically' 'format-painter' 'fullscreen' 'gallery' 'gamma' 'help' 'highlight-bg-color' 'home' 'horizontal-rule' 'image-options' 'image' 'indent' 'info' 'insert-character' 'insert-time' 'invert' 'italic' 'line' 'link' 'list-bull-circle' 'list-bull-default' 'list-bull-square' 'list-num-default-rtl' 'list-num-default' 'list-num-lower-alpha-rtl' 'list-num-lower-alpha' 'list-num-lower-greek-rtl' 'list-num-lower-greek' 'list-num-lower-roman-rtl' 'list-num-lower-roman' 'list-num-upper-alpha-rtl' 'list-num-upper-alpha' 'list-num-upper-roman-rtl' 'list-num-upper-roman' 'lock' 'ltr' 'more-drawer' 'new-document' 'new-tab' 'non-breaking' 'notice' 'ordered-list-rtl' 'ordered-list' 'orientation' 'outdent' 'page-break' 'paragraph' 'paste-text' 'paste' 'permanent-pen' 'plus' 'preferences' 'preview' 'print' 'quote' 'redo' 'reload' 'remove-formatting' 'remove' 'resize-handle' 'resize' 'restore-draft' 'rotate-left' 'rotate-right' 'rtl' 'save' 'search' 'select-all' 'selected' 'settings' 'sharpen' 'sourcecode' 'spell-check' 'strike-through' 'subscript' 'superscript' 'table-cell-properties' 'table-cell-select-all' 'table-cell-select-inner' 'table-delete-column' 'table-delete-row' 'table-delete-table' 'table-insert-column-after' 'table-insert-column-before' 'table-insert-row-above' 'table-insert-row-after' 'table-left-header' 'table-merge-cells' 'table-row-properties' 'table-split-cells' 'table-top-header' 'table' 'template' 'temporary-placeholder' 'text-color' 'toc' 'translate' 'underline' 'undo' 'unlink' 'unlock' 'unordered-list' 'unselected' 'upload' 'user' 'warning' 'zoom-in' 'zoom-out' |