JAVA 프로그래밍/JSP

JAVA 프로그래밍/JSP

[JSP] 네이버 스마트 에디터 연동 + 이미지파일 업로드 기능 추가

1. 네이버 스마트 에디터 파일 다운로드 http://naver.github.io/smarteditor2/user_guide/2_install/download.html http://dev.naver.com/projects/smarteditor/download (사용불가) 2. 이클립스 - 프로젝트 생성 (ex) SmartEditor2.8_project) 3. 에디터를 사용할 페이지에 소스 추가 (ex) /page/test/index.jsp에 에디터 적용) * 스크립트 추가 * 에디터 호출 코드 * 에디터 관련 스크립트 코드 $(document).ready(function() { var oEditors = []; // 개발되어 있는 소스에 맞추느라, 전역변수로 사용하였지만, 지역변수로 사용해도 전혀 무관 ..

베로베로스
'JAVA 프로그래밍/JSP' 카테고리의 글 목록