[에디터] SmartEditor2 포토 업로더 모바일에서 사진 순서 정렬하기
페이지 정보
shadow2fox
2,744 1 1
2020.04.05 21:54:27
짧은주소
-
https://yadolee.com/tip/740 주소복사
본문
SmartEditor2 포토 업로더 모바일에서 사진 순서 정렬하기
SmartEditor2 다중 포토 업로더 이용 시 PC와는 달리 모바일에선 드래그 앤 드롭으로 사진 정렬 기능을 이용할 수가 없다.
1. https://raw.github.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js를 다운 받아 그누보드5/plugin/editor/smarteditor2/photo_uploader/popup/js 폴더에 복사 붙혀 넣는다.
2. 그누보드5/plugin/editor/smarteditor2/photo_uploader/popup/index.html을 열어 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>를 검색하여 다음과 같이 추가한다.
수정 전
📌 상기 jquery.ui.touch-punch.min.js가 기존의 draggable, sortable, droppable, slider 등의 이벤트를 모바일 터치로도 인식시켜 주는 jquery-ui 확장 플러그인이다.
1. https://raw.github.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js를 다운 받아 그누보드5/plugin/editor/smarteditor2/photo_uploader/popup/js 폴더에 복사 붙혀 넣는다.
2. 그누보드5/plugin/editor/smarteditor2/photo_uploader/popup/index.html을 열어 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>를 검색하여 다음과 같이 추가한다.
수정 전
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
수정 후
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script src="./js/jquery.ui.touch-punch.min.js"></script>
📌 상기 jquery.ui.touch-punch.min.js가 기존의 draggable, sortable, droppable, slider 등의 이벤트를 모바일 터치로도 인식시켜 주는 jquery-ui 확장 플러그인이다.
추천인 1
레벨 149
경험치 3,343,659
Progress Bar 80.23%
- 가입일 : 2015-03-10 12:21:44
- 서명 : 인간에게 가장 큰 선물은
자기 자신에게 기회를 주는 것이다.
- 크리스 가드너, Chris Gardner -
- 자기소개 : There's never a shortcut to happiness.


댓글1
내사랑님의 댓글
축하합니다. 첫 댓글로 25경험치를 획득하였습니다.