search replace tinymce

This commit is contained in:
lealife
2017-11-30 12:22:25 +08:00
parent 21b774143b
commit 98c1589a1a
12 changed files with 48 additions and 7 deletions

View File

@ -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) {