|
@@ -34,17 +34,25 @@
|
|
|
|
|
|
//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
|
|
|
, toolbars: [[
|
|
|
- /*'fullscreen', 'source', '|',*/ 'undo', 'redo', '|',
|
|
|
+ 'undo', 'redo', '|','bold', 'italic', 'underline', 'fontborder', 'strikethrough', '|',
|
|
|
+ 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
|
|
|
+ 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
|
|
|
+ 'forecolor', 'backcolor', '|',
|
|
|
+ 'insertimage','insertvideo','|',
|
|
|
+ 'horizontal', 'date', 'time',
|
|
|
+ /*
|
|
|
+ 'fullscreen', 'source', '|', 'undo', 'redo', '|',
|
|
|
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
|
|
|
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
|
|
|
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
|
|
|
'directionalityltr', 'directionalityrtl', 'indent', '|',
|
|
|
- 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
|
|
|
+ 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase','|',
|
|
|
'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
|
|
|
- /*'simpleupload',*/ 'insertimage',/* 'emotion', 'scrawl',*/ 'insertvideo', /*'music', 'attachment','map', 'gmap', 'insertframe', 'insertcode', 'webapp',*/ 'pagebreak', 'template', /*'background',*/ '|',
|
|
|
- 'horizontal', 'date', 'time', 'spechars', /*'snapscreen', 'wordimage',*/ '|',
|
|
|
+ 'simpleupload','insertimage','insertvideo','|','emotion', 'scrawl', 'music', 'attachment','map', 'gmap', 'insertframe', 'insertcode', 'webapp', 'pagebreak', 'template', 'background','|',
|
|
|
+ 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|',
|
|
|
'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|',
|
|
|
- /*'print', 'preview',*/ 'searchreplace', /*'drafts', 'help'*/
|
|
|
+ 'print', 'preview', 'searchreplace', 'drafts', 'help'
|
|
|
+ */
|
|
|
]]
|
|
|
//当鼠标放在工具栏上时显示的tooltip提示,留空支持自动多语言配置,否则以配置值为准
|
|
|
//,labelMap:{
|