Sencha Touch(센차터치) 라이브러리 설치
CODEDRAGON ㆍDevelopment/JavaScript, jQuery, ...
반응형
Sencha Touch(센차터치) 라이브러리 설치
Products - Sencha Touch 클릭
우측의 Download 클릭
Working in Open Source? 라고 적힌 곳의 Download버튼 클릭
다운 중
다운 받은 파일의 압축을 풉니다.
압축을 푼 경로
C:\javanAndroid\sencha-touch-2.3.1a-gpl\touch-2.3.1\로 이동합니다.
해당 폴더 (통째로)2개와 js파일 4개을 이클립스의 WebContent\touch폴더로 복사
폴더 | resources src |
파일 | sencha-touch.js sencha-touch-all.js sencha-touch-all-debug.js sencha-touch-debug.js |
이클립스에 복사를 완료한 화면.
설치 완료!
해당 파일 설명
구분 | 설명 |
resources | CSS나 이미지 등 센차터치에서 사용하는 리소스 파일이 존재 |
src | 기능을 수행하는 개별 라이브러리 존재 |
sencha-touch.js | debug가 붙지 않은 파일형태는 압축된 형태 기초 라이브러리만 있으며 다른 기능을 사용하려면 src폴더내의 파일을 가져와서 써야 합니다. 현업에서 사용 |
sencha-touch-all.js | debug가 붙지 않은 파일형태는 압축된 형태 현업에서 사용 |
sencha-touch-all-debug.js | 모든 라이브러리 내용을 볼 수 있음 개발 시 사용 |
sencha-touch-debug.js | 모든 라이브러리 내용을 볼 수 있음 개발 시 사용 |
'Development > JavaScript, jQuery, ...' 카테고리의 다른 글
04.html-주석 및 출력 (0) | 2021.12.20 |
---|---|
변수와 자료형 (0) | 2021.12.19 |
Sencha Touch, 프로젝트 생성 (0) | 2021.12.18 |
Sencha API 문서 (0) | 2021.12.17 |
SenchaTouch, 센차터치 홈페이지 (0) | 2021.12.17 |