JS FCK 에디터의 내용이 비어 있는지 여부를 확인 하는 방법

출처: 인터넷
작성자: 사용자
키워드: 웹 페이지 제작 Ajax 자바 스크립트

FCK 에디터는 다른 텍스트 파일 입력된 상자에서 다릅니다, 때문에 아니다 같은 그들 모두 비어 있는 것으로 판단 한다.

var oeditor = fckeditorapi.getinstance (이 하 ' 콘텐츠'); 여기에 콘텐츠는 FCK의 ID 값은
경우 (GetLength (이 하 "콘텐츠") < = 0) 없음
경고 ('콘텐츠 수 없습니다 빈!');
Oeditor.focus ();
반환 허위;
}


함수 GetLength (str) 없음
var oeditor = fckeditorapi.getinstance (str);
var checkcontent = oeditor.editordocument;
var contentlength;
경우 (document.all) 없음
Contentlength = Checkcontent.body.innertext.trim (). 길이;
}
그 밖에 없음
var r = Checkcontent.createrange ();
R.selectnodecontents (Checkcontent.body);
Contentlength = r.tostring (). () 트림. 길이;
}
contentlength; 반환
}
문자열에서 공백 제거

String.prototype.trim = 기능)
{
This.replace 반환 (^[s]*) | ( [s] * $) / g, "");
}

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.