Commit 1309141 1 parent 4822986 commit 1309141 Copy full SHA for 1309141
File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 107
107
history : {
108
108
undo : '撤销' ,
109
109
redo : '重做'
110
+ } ,
111
+ help : {
112
+ insertParagraph : '插入段落' ,
113
+ undo : '撤销' ,
114
+ redo : '重做' ,
115
+ tab : '增加缩进' ,
116
+ untab : '减少缩进' ,
117
+ bold : '粗体' ,
118
+ italic : '斜体' ,
119
+ underline : '下划线' ,
120
+ strikethrough : '删除线' ,
121
+ removeFormat : '清除格式' ,
122
+ justifyLeft : '左对齐' ,
123
+ justifyCenter : '居中对齐' ,
124
+ justifyRight : '右对齐' ,
125
+ justifyFull : '两端对齐' ,
126
+ insertUnorderedList : '无序列表' ,
127
+ insertOrderedList : '有序列表' ,
128
+ outdent : '减少缩进' ,
129
+ indent : '增加缩进' ,
130
+ formatPara : '设置选中内容样式为 普通' ,
131
+ formatH1 : '设置选中内容样式为 标题1' ,
132
+ formatH2 : '设置选中内容样式为 标题2' ,
133
+ formatH3 : '设置选中内容样式为 标题3' ,
134
+ formatH4 : '设置选中内容样式为 标题4' ,
135
+ formatH5 : '设置选中内容样式为 标题5' ,
136
+ formatH6 : '设置选中内容样式为 标题6' ,
137
+ insertHorizontalRule : '插入水平线' ,
138
+ 'linkDialog.show' : '显示链接对话框'
110
139
}
111
140
}
112
141
} ) ;
You can’t perform that action at this time.
0 commit comments