📄 content.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>模板内容</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<script language="javascript">
<!--
function setValue(strContent){
document.all.Model_Content_Igec.value = strContent;
}
function getValue(){
return document.all.Model_Content_Igec.value;
}
function getModelContent(){
resizeControl();
parent.window.getModelSource();
}
function resizeControl(){
//document.all.Model_Content_Igec.cols = 110;
//document.all.Model_Content_Igec.rows = 36;
}
function pasteContent(){
document.all.Model_Content_Igec.focus();
document.execCommand("Paste");
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" onload="getModelContent();">
<textarea id="Model_Content_Igec" name="Model_Content_Igec" style="width:100%;height:100%;overflow-x:visible;overflow-y:visible;"></textarea>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -