编辑器增加源代码显示
This commit is contained in:
@@ -1894,7 +1894,7 @@ Toolbar = (function(superClass) {
|
||||
return;
|
||||
}
|
||||
if (!$.isArray(this.opts.toolbar)) {
|
||||
this.opts.toolbar = ['bold', 'italic', 'underline', 'strikethrough', '|', 'ol', 'ul', 'blockquote', 'code', '|', 'link', 'image', '|', 'indent', 'outdent'];
|
||||
this.opts.toolbar = ['html', '|', 'bold', 'italic', 'underline', 'strikethrough', '|', 'ol', 'ul', 'blockquote', 'code', '|', 'link', 'image', '|', 'indent', 'outdent'];
|
||||
}
|
||||
this._render();
|
||||
this.list.on('click', function(e) {
|
||||
|
||||
Reference in New Issue
Block a user