search replace tinymce
This commit is contained in:
@ -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
Reference in New Issue
Block a user