> 웹 프론트엔드 > JS 튜토리얼 > SinaEditor_jquery 사용법에 대한 자세한 설명

SinaEditor_jquery 사용법에 대한 자세한 설명

WBOY
풀어 주다: 2016-05-16 17:06:38
원래의
961명이 탐색했습니다.

1. 시나에디터 다운로드

2.JSP 호출 페이지

코드 복사 코드는 다음과 같습니다.

< ;textarea name ="problemBody" id="content" style="display:none;" textarea>


여기서 src="<%=request.getContextPath() %>/edit/editor.htm은 다운로드한 SinaEditor의 editor.htm 파일 경로를 나타냅니다. 두 개의 녹색 ID는 일관되어야 합니다

3. 다운로드한 편집기에는 img.htm과 attachment.htm이 포함되어 있습니다. 첫 번째는 사진 업로드용이고 두 번째는 첨부 파일 업로드용입니다. 물론 둘 다 동일한 방식으로 사용되며 업로드로 간주될 수 있습니다. .

4. 다음은 img.htm에 이미지를 업로드하는 예입니다. 나중에 사용할 수 있도록 기록해 두십시오.

코드 복사 코드는 다음과 같습니다.

function chk_imgpath () {
if ($( 'radio1').checked==true){
if($("imgpath").value == "http://" || $("imgpath").value == "") {
window.close();
return;
}
LoadIMG($("imgpath").value);
}else{
if($("file1" ).value == "") {
       Alert("업로드할 이미지 파일을 선택하세요!");
                                                      ~                         > var filetype = filepath.substring(filepath.lastIndexOf('.'));
var regu = ".gif.jpg.png.jpge.GIF.JPG.PNG";

if (regu .indexOf(filetype) == -1) {
Alert('Only .gif .jpg.png.jpge 형식의 파일을 업로드할 수 있습니다!');
return ;
}
var f = j ('#form1') url: '/ask/fileUpload ? Img ',
데이터 유형:' String ',
성공: 함수(data) {
j ("#IMGPATH"). Attr ("value", data)
j (. "# radio1").attr("checked","true");
chk_imgpath();
$('divProcessing').style.display='';
},
오류: 기능 (데이터){
                      Alert('파일 업로드 실패') (나레이션 없음)
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿