script.js
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:0k
源码类别:
Jsp/Servlet
开发平台:
Java
- function setParagraph() {
- var oEditor=eval("idContent"+"oEdit1");
- var oRng=oEditor.document.selection.createRange();
- var isFocus = oEdit1.checkFocus();
- if (!isFocus)
- return;
- oRng.text = "[p]" + oRng.htmlText + "[/p]";
- }
- function setSentence() {
- var oEditor=eval("idContent"+"oEdit1");
- var oRng=oEditor.document.selection.createRange();
- var isFocus = oEdit1.checkFocus();
- if (!isFocus)
- return;
- oRng.text = "[s]" + oRng.htmlText + "[/s]";
- }