|
@@ -391,15 +391,24 @@ function loadEditorParam(e)
|
|
|
iframe : ['id', 'class', 'src', 'frameborder', 'width', 'height', '.width', '.height']
|
|
|
},
|
|
|
|
|
|
+ items : [
|
|
|
+ 'preview', 'redo', '|', 'cut', 'copy', 'paste',
|
|
|
+ 'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
|
|
|
+ 'justifyfull', 'indent', 'outdent', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', 'source', '/',
|
|
|
+ 'formatblock', 'fontsize', 'fontheight', '|', 'forecolor', 'hilitecolor', 'bold',
|
|
|
+ 'italic', 'underline', 'lineheight', 'removeformat', '|', 'image','table', 'hr', 'link', 'unlink'
|
|
|
+ ]
|
|
|
+ /*
|
|
|
items : [
|
|
|
'source', '|', 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'copy', 'paste',
|
|
|
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
|
|
|
'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
|
|
|
'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/',
|
|
|
- 'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
|
|
|
+ 'formatblock', 'fontsize', 'fontheight', '|', 'forecolor', 'hilitecolor', 'bold',
|
|
|
'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image', 'multiimage','table', 'hr', 'emoticons', 'baidumap', 'pagebreak',
|
|
|
'anchor', 'link', 'unlink'
|
|
|
]
|
|
|
+ */
|
|
|
//media
|
|
|
/*
|
|
|
items : [
|