custom server

This commit is contained in:
life
2015-03-15 22:38:35 +08:00
parent aba15ad087
commit 238223d7b4
23 changed files with 219 additions and 56 deletions

View File

@@ -117,12 +117,14 @@ define("tinymce/pasteplugin/Plugin", [
active: self.clipboard.pasteFormat == "text"
});
/*
editor.addButton('pasteCopyImage', {
icon: 'copy',
tooltip: "When Paste other site's image, copy it into my album as public image",
onclick: togglePasteCopyImage,
active: self.clipboard.copyImage === true
});
*/
editor.addMenuItem('pastetext', {
text: 'Paste as text',