elfinder.full.css 코드 추가
/* custom icon size add by Manuel */
.elfinder-cwd-icon {
width: 150px !important;
height: 155px !important;
}
.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width: 155px !important;
height: 150px !important;
}
.elfinder-cwd-view-icons .elfinder-cwd-file {
width: 170px !important;
height: 165px !important;
}
※ connector.minimal.php
'tmbSize' => 150,// images thumbnails size (px)
좌측 네이게이션 바 없에기
CSS \ theme.css 내용추가
.elfinder-navbar {
display: none !important;
}
elfinder.full.js 에서 UI 추가변경
* UI plugins to load.
* Current dir ui and dialogs loads always.
* Here set not required plugins as folders tree/toolbar/statusbar etc.
*
* @type Array
* @default ['toolbar', 'tree', 'path', 'stat']
* @full ['toolbar', 'places', 'tree', 'path', 'stat']
*/
ui : [toolbar', 'stat'],
날짜 | 카테고리 | 제목 | 조회 수 |
---|---|---|---|
2020.07.27 | 웹서버 | meta http-equiv="refresh" content="0;URL='http://주소 <!DOCTYPE html> <html> <head> <... | 246 |
2020.06.02 | 기타 | 인터넷 특정사이트 자동 새로고침 HTML코드 자료출처 : http://www.parkoz.co... | 495 |
2016.11.23 | 제로보드 | XE 아이디의 값은 올바른 메일주소가 아닙니다. 1) xe/files/ruleset/login.xml l... | 244 |
2016.11.23 | 제로보드 | xe DB환경설정 경로입니다. xe DB환경설정 경로입니다. 서버 ... | 155 |
2016.04.26 | 웹서버 | Install Manual - phpMyAdmin (edit.2016.04.26) https://www.phpmyadmin.net/ D:... | 111 |
2016.04.26 | 웹서버 | Install Manual - MySQL (edit.2016.04.26) 윈도우용 MySQL 5.7 설치 http://... | 106 |
2016.04.26 | 웹서버 | Install Manual - PHP (edit.2016.04.26) 1. Visual C++ Redistributable f... | 207 |
2016.04.26 | 웹서버 | Install Manual - Apache (edit.2016.04.26) 아파치 설치 1. 다운로드 http:/... | 129 |
2016.04.23 | 기타 | xtrm.myds.me/photo Photo Station http://web.xtrm.... | 210 |
2016.04.08 | 웹서버 | httpd.conf - 아파치 웹 서버 보안 httpd.conf - 아파치 웹 서버 보... | 177 |
2016.03.31 | 제로보드 | elfinder.full.css 코드 추가 /* custom icon size add by Manu... | 267 |