search replace tinymce
This commit is contained in:
@ -890,6 +890,12 @@ a:hover {
|
||||
.ace_invisible_space {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
.mce-match-marker.mce-match-marker-selected {
|
||||
background: yellow;
|
||||
}
|
||||
#mce-modal-block {
|
||||
display: none;
|
||||
}
|
||||
#editor,
|
||||
#mdEditor {
|
||||
position: absolute;
|
||||
|
@ -7,6 +7,13 @@
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.mce-match-marker.mce-match-marker-selected {
|
||||
background: yellow;
|
||||
}
|
||||
#mce-modal-block {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#editor, #mdEditor{
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
|
@ -890,6 +890,12 @@ a:hover {
|
||||
.ace_invisible_space {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
.mce-match-marker.mce-match-marker-selected {
|
||||
background: yellow;
|
||||
}
|
||||
#mce-modal-block {
|
||||
display: none;
|
||||
}
|
||||
#editor,
|
||||
#mdEditor {
|
||||
position: absolute;
|
||||
|
@ -890,6 +890,12 @@ a:hover {
|
||||
.ace_invisible_space {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
.mce-match-marker.mce-match-marker-selected {
|
||||
background: yellow;
|
||||
}
|
||||
#mce-modal-block {
|
||||
display: none;
|
||||
}
|
||||
#editor,
|
||||
#mdEditor {
|
||||
position: absolute;
|
||||
|
@ -890,6 +890,12 @@ a:hover {
|
||||
.ace_invisible_space {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
.mce-match-marker.mce-match-marker-selected {
|
||||
background: yellow;
|
||||
}
|
||||
#mce-modal-block {
|
||||
display: none;
|
||||
}
|
||||
#editor,
|
||||
#mdEditor {
|
||||
position: absolute;
|
||||
|
@ -117,4 +117,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 75083770f38396c70840f96857825cd8
|
||||
// $hash: ca8d05e7d297c552a86c676132efc1e7
|
@ -277,7 +277,9 @@
|
||||
type: 'window',
|
||||
layout: "flex",
|
||||
pack: "center",
|
||||
align: "center",
|
||||
align: "right",
|
||||
classes: "find-replace-ctn",
|
||||
// minWidth: 300,
|
||||
onClose: function() {
|
||||
editor.focus();
|
||||
self.done();
|
||||
@ -362,6 +364,9 @@
|
||||
]
|
||||
}
|
||||
}).renderTo().reflow();
|
||||
|
||||
// 立即到最右
|
||||
win.moveTo($('body').width()-$('.mce-find-replace-ctn').width(), 60)
|
||||
}
|
||||
|
||||
self.init = function(ed) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -220,4 +220,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 2cdc2f46f7abcdac7680091d5bb95656
|
||||
// $hash: 1a530a181619b25217d05b67f76c5da9
|
@ -42455,7 +42455,9 @@ expose(["tinymce/pasteplugin/Utils","tinymce/pasteplugin/WordFilter"]);
|
||||
type: 'window',
|
||||
layout: "flex",
|
||||
pack: "center",
|
||||
align: "center",
|
||||
align: "right",
|
||||
classes: "find-replace-ctn",
|
||||
// minWidth: 300,
|
||||
onClose: function() {
|
||||
editor.focus();
|
||||
self.done();
|
||||
@ -42540,6 +42542,9 @@ expose(["tinymce/pasteplugin/Utils","tinymce/pasteplugin/WordFilter"]);
|
||||
]
|
||||
}
|
||||
}).renderTo().reflow();
|
||||
|
||||
// 立即到最右
|
||||
win.moveTo($('body').width()-$('.mce-find-replace-ctn').width(), 60)
|
||||
}
|
||||
|
||||
self.init = function(ed) {
|
||||
|
2
public/tinymce/tinymce.full.min.js
vendored
2
public/tinymce/tinymce.full.min.js
vendored
File diff suppressed because one or more lines are too long
@ -220,4 +220,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: eabdc6a2088c313dc5540a41f4402051
|
||||
// $hash: 866135797173d9dab8feb7d58a0be68e
|
Reference in New Issue
Block a user