Merge branch 'yuanke_youhua' into 'develop'
KE工具栏不换行 KE工具栏不换行 See merge request !24
This commit is contained in:
commit
735e38745e
|
@ -5067,9 +5067,9 @@ KEditor.prototype = {
|
||||||
]
|
]
|
||||||
K.each(fullItems, function(i, name) {
|
K.each(fullItems, function(i, name) {
|
||||||
if (name == '|') {
|
if (name == '|') {
|
||||||
htmlListFull.push('<span class="ke-inline-block ke-separator"></span>');
|
// htmlListFull.push('<span class="ke-inline-block ke-separator"></span>');
|
||||||
} else if (name == '/') {
|
} else if (name == '/') {
|
||||||
htmlListFull.push('<div class="ke-hr"></div>');
|
// htmlListFull.push('<div class="ke-hr"></div>');
|
||||||
} else {
|
} else {
|
||||||
htmlListFull.push('<span class="ke-outline" data-name="' + name + '" title="' + self.lang(name) + '" unselectable="on">');
|
htmlListFull.push('<span class="ke-outline" data-name="' + name + '" title="' + self.lang(name) + '" unselectable="on">');
|
||||||
htmlListFull.push('<span class="ke-toolbar-icon ke-toolbar-icon-url ke-icon-' + name + '" unselectable="on"></span></span>');
|
htmlListFull.push('<span class="ke-toolbar-icon ke-toolbar-icon-url ke-icon-' + name + '" unselectable="on"></span></span>');
|
||||||
|
|
Loading…
Reference in New Issue