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

📄 openword.html

📁 对fckeditor做的插件支持
💻 HTML
字号:
<!-- Koen likes IE in Quirks-mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="nl" xml:lang="nl">
<head>
<link rel="stylesheet" type="text/css" href="./css/openword.css" />
<script type="text/javascript" src="./js/openword.js"></script>
<script type="text/javascript">
//<![CDATA[
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;

window.onload = function ()
{
	// First of all, translate the dialog box texts
	oEditor.FCKLanguageManager.TranslatePage(document) ;

	// Show the "Ok" button
	window.parent.SetOkButton( true ) ;
}
//]]>
</script>
</head>
<body>
<br />
<p>
<input type="file" name="filepath" size="30"/>
</p>
<div>
<input id="chkCleanWord" type="checkbox" checked="checked" onclick="checkCleanWord();" />
<label for="chkCleanWord" fckLang="OpenWordClean">Clean the Word-document</label>
<br />
<div id="indent">
<input id="chkRemoveFont" type="checkbox" checked="checked" />
<label for="chkRemoveFont" fckLang="DlgPasteIgnoreFont">Ignore Font Face definitions</label>
<br />
<input id="chkRemoveStyles" type="checkbox" checked="checked" />
<label for="chkRemoveStyles" fckLang="DlgPasteRemoveStyles">Remove Styles definitions</label>
</div>
</div>
</body>
</html>

⌨️ 快捷键说明

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