이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
가입하기
로그인
DedeBIZ
/
DedeV6
보기
2
좋아요
0
포크
0
코드
풀 리퀘스트
0
릴리즈
29
활동
소스 검색
调整比例
tags/6.2.7
叙述、别离
1 년 전
부모
030aeb4560
커밋
44e4b20b3d
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/admin/css/codemirror.css
+1
-1
src/static/ckeditor/config.js
+ 1
- 1
src/admin/css/codemirror.css
파일 보기
@@ -3,7 +3,7 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height:
40
0px;
height:
36
0px;
color: black;
direction: ltr;
}
+ 1
- 1
src/static/ckeditor/config.js
파일 보기
@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height =
40
0;
config.height =
36
0;
config.removePlugins = 'exportpdf';
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
쓰기
미리보기
불러오는 중...
취소
저장