tinymce vue拓展多图上传 实现拖拽切换位置,图片排序
创始人
2025-01-08 20:03:39
0

实现功能:基于tinymce TinyMCE中文文档中文手册   拖拽图片排序,去掉全部上传按钮,点击保存上传图片并关闭弹窗,优化了一些交互提示

声明:本人不是做vue前端的,可能有些更好的方法实现拖拽或者其他一些开源库实现。

代码plugin.js:

tinymce.PluginManager.add('axupimgs', function(editor, url) { 	var pluginName='Ax多图片上传'; 	window.axupimgs={}; //扔外部公共变量,也可以扔一个自定义的位置  	var baseURL=tinymce.baseURL; 	// var iframe1 = baseURL+'/plugins/axupimgs/upfiles.html'; 	var iframe1 = location.origin+'/tinymce/axupimgs/upfiles_new.html';     axupimgs.images_upload_handler = editor.getParam('images_upload_handler', undefined, 'function');     axupimgs.images_upload_base_path = editor.getParam('images_upload_base_path', '', 'string');     axupimgs.axupimgs_filetype = editor.getParam('axupimgs_filetype', '.png,.gif,.jpg,.jpeg', 'string'); 	axupimgs.res=[]; 	var openDialog = function() { 		isAddEventListener(true) 		return editor.windowManager.openUrl({ 			title: pluginName, 			size: 'large', 			url:iframe1, 			buttons: [ 				{ 					type: 'custom', 					text: 'Close', 					name: 'close', 				}, 				{ 					type: 'custom', 					text: 'Save', 					name: 'save', 					primary: true 				}, 			], 			onAction: function (api, details) { 				switch (details.name) { 					case 'save': 						//发送给upfiles,上传图片 						window.postMessage({ action: 'upLoadPictureFile' }, '*'); 						break; 					case 'close': 						window.postMessage({ action: 'closeUpLoadPictureFile' }, '*'); 						isAddEventListener(false) 						break; 					default: 						break; 				} 			}, 		}); 	};  	//保存 	function save() { 		// 链接插入富文本显示 		var html = ''; 		var imgs = axupimgs.res; 		var len = imgs.length; 		for (let i = 0; i < len; i++) { 			if (imgs[i].url) { 				html += ''; 			} 		} 		editor.insertContent(html); 		axupimgs.res = []; 		tinymce.activeEditor.windowManager.close() 	};  	//处理消息 	function handleMessage(event){ 		var data = event.data; 		if (data.action === 'savePictureFile') { 			save(); 			isAddEventListener(false) 		} 	}  	//添加监听 	function isAddEventListener(isAdd){ 		if(isAdd){ 			// 接收来自 iframe1 的消息 			window.addEventListener('message', handleMessage, false) 		}else{ 			window.removeEventListener('message',handleMessage, false) 		} 	}  	editor.ui.registry.getAll().icons.axupimgs || editor.ui.registry.addIcon('axupimgs','');  	editor.ui.registry.addButton('axupimgs', { 		icon: 'axupimgs',         tooltip: pluginName, 		onAction: function() { 			openDialog(); 		} 	}); 	editor.ui.registry.addMenuItem('axupimgs', { 		icon: 'axupimgs', 		text: '图片批量上传...', 		onAction: function() { 			openDialog(); 		} 	}); 	return { 		getMetadata: function() { 			return  { 				name: pluginName, 				url: "http://tinymce.ax-z.cn/more-plugins/axupimgs.php", 			}; 		} 	}; });  

htmlupfiles_new.html

             axupimgs                                       

    相关内容

    热门资讯

    热点推荐《微扑克辅助器插件》微... 热点推荐《微扑克辅助器插件》微扑克系统外挂辅助程序(哔哩哔哩);一、微扑克有挂的是的,亲,有的,关于...
    重大通报微扑克智能原来真的有挂... 重大通报微扑克智能原来真的有挂,太奸诈了原来真的是有挂,详细教程(有挂教学)是一款可以让一直输的玩家...
    软件辅助挂《Wepoke私人局... 软件辅助挂《Wepoke私人局》软件透明挂!(透明挂)软件系统(2020已更新)(哔哩哔哩);是一款...
    重大科普!(Wpk)透视辅助!... 【福星临门,好运相随】;重大科普!(Wpk)透视辅助!(透视)外挂辅助器工具(2022已更新)(哔哩...
    重大通报《Wepoke挂》软件... 重大通报《Wepoke挂》软件透明挂!(透明挂)软件修改器(2021已更新)(哔哩哔哩);软件透明挂...
    推荐几款新版!(WPK模拟器)... 推荐几款新版!(WPK模拟器)透视辅助!(透视)外挂辅助器脚本(2024已更新)(哔哩哔哩)是一款可...
    揭秘关于!wpk实锤(wPk)... 相信很多朋友都在电脑上玩过wpk吧,但是很多朋友都在抱怨用电脑玩起来不方便。为此小编给大家带来了wp...
    攻略讲解《Wepoke轻量版》... 攻略讲解《Wepoke轻量版》软件透明挂!(软件)透明挂助手(2023已更新)(哔哩哔哩)攻略讲解《...
    重磅来袭微扑克线上原来是有挂,... 大家肯定在之前微扑克或者微扑克中玩过重磅来袭微扑克线上原来是有挂,太嚣张了原来真的是有挂,详细教程(...
    黑科技辅助挂《Wepoke助手... 亲,这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户的牌特别好,总是好牌,...