国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > JS > 正文

修改發(fā)貼的編輯功能

2024-09-06 12:43:14
字體:
供稿:網(wǎng)友
以下代碼可以做到在光標(biāo)處插入代碼,如果有選擇區(qū)域,則會使用選擇區(qū)域生效。 

1、vbcode.js 文件中 
替換函數(shù) vbcode 為下面內(nèi)容 
代碼如下:
function vbcode(theform,vbcode,prompttext) {  
 if (theform.message.createTextRange && theform.message.caretPos) {  
  var caretPos = theform.message.caretPos;  
  if(caretPos.text.length > 0)  
   caretPos.text = "["+vbcode+"]" + caretPos.text + "[/"+vbcode+"]";  
  else  
   caretPos.text = "["+vbcode+"]" + "[/"+vbcode+"]";  
 }  
 theform.message.focus();  
}  

替換函數(shù) fontformat 為下面內(nèi)容 
代碼如下:
function fontformat(theform,thevalue,thetype) {  
 if (theform.message.createTextRange && theform.message.caretPos) {  
  var caretPos = theform.message.caretPos;  
  if(caretPos.text.length > 0)  
   caretPos.text = "["+thetype+"="+thevalue+"]" + caretPos.text + "[/"+thetype+"]";  
  else  
   caretPos.text = "["+thetype+"="+thevalue+"]" + "[/"+thetype+"]";  
 }  
 theform.sizeselect.selectedIndex = 0;  
 theform.fontselect.selectedIndex = 0;  
 theform.colorselect.selectedIndex = 0;  
 theform.message.focus();  
}  

替換函數(shù) smilie 為下面內(nèi)容 
代碼如下:
function smilie(thesmilie) {  
// inserts smilie text  
 if (document.vbform.message.createTextRange && document.vbform.message.caretPos) {  
  var caretPos = document.vbform.message.caretPos;  
  caretPos.text = thesmilie;  
 }  
 document.vbform.message.focus();  
}  

加入下面代碼 
代碼如下:
function storeCaret(textEl) {  
 if (textEl.createTextRange)  
  textEl.caretPos = document.selection.createRange().duplicate();  
}  

2、color.js 文件 
查找函數(shù) insertTag 替換成下面內(nèi)容 
代碼如下:
function insertTag(MyString)  
{  
 bbopen=''  
 bbclose='';  

 if (MM_findObj('message').createTextRange && MM_findObj('message').caretPos) {  
  var text = bbopen + bbclose ;  
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 钟祥市| 红安县| 阳东县| 呼伦贝尔市| 扶余县| 阳新县| 阜南县| 通化县| 克什克腾旗| 商河县| 罗田县| 眉山市| 洪雅县| 特克斯县| 资兴市| 北辰区| 富蕴县| 锡林浩特市| 阳东县| 三河市| 镇坪县| 罗田县| 崇礼县| 台东市| 麻城市| 贞丰县| 罗源县| 西充县| 汉源县| 枣强县| 紫云| 宝坻区| 元江| 彭州市| 东兰县| 林芝县| 藁城市| 高碑店市| 英山县| 咸丰县| 清涧县|