⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 functions.js

📁 Joomla!是一套获得过多个奖项的内容管理系统(Content Management System, CMS)。Joomla!采用PHP+MySQL数据库开发
💻 JS
字号:
function init() {	tinyMCEPopup.resizeToInnerSize();}function insertEmotion(file_name, title) {	title = tinyMCE.getLang(title);	if (title == null)		title = "";	// XML encode	title = title.replace(/&/g, '&amp;');	title = title.replace(/\"/g, '&quot;');	title = title.replace(/</g, '&lt;');	title = title.replace(/>/g, '&gt;');	var html = '<img src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" mce_src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" border="0" alt="' + title + '" title="' + title + '" />';	tinyMCE.execCommand('mceInsertContent', false, html);	tinyMCEPopup.close();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -