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

首頁 > 編程 > JavaScript > 正文

SinaEditor使用方法詳解

2019-11-20 21:21:28
字體:
供稿:網(wǎng)友

1.下載SinaEditor

2.JSP調(diào)用頁面

復(fù)制代碼 代碼如下:

<textarea name="problemBody" id="content" style="display:none;" textarea>
<iframe src="<%=request.getContextPath() %>/edit/editor.htm?id=content&ReadCookie=0" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" width="621" height="457"></iframe>

其中,src="<%=request.getContextPath() %>/edit/editor.htm表示下載的SinaEditor中的editor.htm文件路徑;帶綠色的兩處ID須一致

3.下載的editor下包含有img.htm和attach.htm,其中第一個為上傳圖片的,第二個是上傳附件的,當(dāng)然兩個是一樣的使用方法,都可看做上傳文件的。

4.下面是img.htm中上傳圖片的一個示例。做記載方便下次使用。

復(fù)制代碼 代碼如下:

function chk_imgpath () {
    if($('radio1').checked==true){
   if($("imgpath").value == "http://" || $("imgpath").value == "") {
    window.close();
    return;
   }
   LoadIMG($("imgpath").value);
    }else{
       if($("file1").value == "") {
       alert("請選擇上傳圖片文件!");
       return;
       }
       var filepath = j("#file1").val();
       var filetype = filepath.substring(filepath.lastIndexOf('.'));
       var regu = ".gif.jpg.png.jpge.GIF.JPG.PNG";    

    if (regu.indexOf(filetype) == -1) {    
         alert('只允許上傳.gif.jpg.png.jpge 類型文件!');
         return ;   
     }
     var f = j('#form1');
     j.ajaxFileUpload({
             type : 'POST',
             secureuri : false,
             fileElementId : 'file1',
             url : '/ask/fileUpload?type=img',
             dataType : 'String',
             success : function(data){
              j("#imgpath").attr("value",data);
                  j("#radio1").attr("checked","true");
                   chk_imgpath();
                   $('divProcessing').style.display='';
             },
             error : function(data){
                 alert('文件上傳失敗');
             }
           });
    }
  }

5.后臺代碼編寫(不做敘述)

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 睢宁县| 慈溪市| 平凉市| 泰和县| 大悟县| 茂名市| 仙居县| 新郑市| 元谋县| 互助| 天津市| 东阿县| 高州市| 嘉定区| 巨鹿县| 勐海县| 平邑县| 丽江市| 济南市| 定西市| 孟津县| 文山县| 华亭县| 门头沟区| 南召县| 上蔡县| 新巴尔虎左旗| 浮梁县| 常德市| 佛坪县| 大姚县| 霍山县| 晋城| 会昌县| 务川| 集贤县| 建瓯市| 古蔺县| 彭阳县| 普安县| 绥德县|