rhymix/modules/editor
Min-Soo Kim a16670c6f6
기본 팝업창 스타일 수정. (#1075)
# 기본 팝업창 스타일 수정.

- 바뀐 관리자 페이지 스타일과 통일성 유지.
 - 임시 저장 글 불러오는 팝업 창 스타일 조정
- 팝업창 크기 계산 함수 조정
 - 폭을 먼저 확정한 다음 높이를 계산하도록 순서 조정
 - 위젯 수정 페이지 팝업 창 크기 계산 수정
 - 창 너비를 자유롭게 바꿀 수 있기 때문에, `.popup` 클래스를 가진 객체의 가로 폭을 자바스크립트가 강제로 변경하지 않도록 수정. (초기 가로 폭은 정확히 계산하여서 기존과 동일하게 맞춤)
- 라이믹스 문법에 맞춤
 - `jQuery` 를 `$` 로 쓸 수 있으므로 생략 가능한 구문 수정
2018-08-19 16:50:00 +09:00
..
components 기본 팝업창 스타일 수정. (#1075) 2018-08-19 16:50:00 +09:00
conf Move editor frame function to editorView::dispEditorFrame 2018-02-26 14:11:13 +09:00
lang Fix #958 missing option for comment content style 2017-12-09 02:19:23 +09:00
queries fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
ruleset Add admin editor page (not complated lang file) 2011-09-07 08:45:00 +00:00
schemas fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
skins Remove invalid attribute from file input @misol 2018-08-04 21:41:29 +09:00
styles Fix #837 delete unnecessary editor content styles 2017-06-27 15:29:37 +09:00
tpl 기본 팝업창 스타일 수정. (#1075) 2018-08-19 16:50:00 +09:00
editor.admin.controller.php Save comment content style 2017-12-09 03:15:57 +09:00
editor.admin.view.php Also hide dreditor from list of installed editor skins 2017-09-28 19:28:46 +09:00
editor.api.php copyright add to php files 2013-11-08 05:52:51 +00:00
editor.class.php fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
editor.controller.php Exclude editor components that are not actually directories 2018-03-13 19:48:49 +09:00
editor.model.php fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
editor.view.php 관리자 페이지 디자인을 개정해보았습니다. (#1056) 2018-08-13 00:51:19 +09:00