suneditor
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "suneditor", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -5,0 +5,0 @@ "main": "src/suneditor.js", |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Pure JavaScript based WYSIWYG web editor", | ||
@@ -9,0 +9,0 @@ "main": "src/suneditor.js", |
@@ -260,3 +260,3 @@ # Suneditor | ||
lang : language object default : English | ||
lang : language object (en, ko) default : English | ||
@@ -263,0 +263,0 @@ imageFileInput : Choose whether to create a file input tag in the image upload window default : true |
@@ -166,3 +166,3 @@ 'use strict'; | ||
fullScreen: ['', lang.toolbar.fullScreen, 'fullScreen', '', '', | ||
fullScreen: ['code-view-enabled', lang.toolbar.fullScreen, 'fullScreen', '', '', | ||
'<div class="icon-expansion"></div>' | ||
@@ -175,11 +175,11 @@ ], | ||
codeView: ['', lang.toolbar.codeView, 'codeView', '', '', | ||
codeView: ['code-view-enabled', lang.toolbar.codeView, 'codeView', '', '', | ||
'<div class="icon-code-view"></div>' | ||
], | ||
undo: ['', lang.toolbar.undo + ' (Ctrl+Z)', 'undo', '', '', | ||
undo: ['code-view-enabled', lang.toolbar.undo + ' (Ctrl+Z)', 'undo', '', '', | ||
'<div class="icon-undo"></div>' | ||
], | ||
redo: ['', lang.toolbar.redo + ' (Ctrl+Y)', 'redo', '', '', | ||
redo: ['code-view-enabled', lang.toolbar.redo + ' (Ctrl+Y)', 'redo', '', '', | ||
'<div class="icon-redo"></div>' | ||
@@ -225,5 +225,3 @@ ], | ||
horizontalRule: ['btn_line', lang.toolbar.horizontalRule, 'horizontalRule', 'submenu', '', | ||
'<hr style="border-width: 1px 0 0; border-style: solid none none; border-color: black; border-image: initial; height: 1px;" />' + | ||
'<hr style="border-width: 1px 0 0; border-style: dotted none none; border-color: black; border-image: initial; height: 1px;" />' + | ||
'<hr style="border-width: 1px 0 0; border-style: dashed none none; border-color: black; border-image: initial; height: 1px;" />' | ||
'<div class="icon-hr"></div>' | ||
], | ||
@@ -230,0 +228,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2574189
36067