TPI实训
This commit is contained in:
parent
840a57fb0e
commit
44ec1d23cc
|
@ -153,21 +153,21 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
challenge_knowledge_editor = KindEditor.create('#challenge_task_pass',
|
challenge_knowledge_editor = KindEditor.create('#challenge_task_pass',
|
||||||
{"width":"85%",
|
{"width":"87.5%",
|
||||||
"resizeType":0,
|
"resizeType":0,
|
||||||
"no_label":true,
|
"no_label":true,
|
||||||
"autoHeightMode":true,
|
"autoHeightMode":true,
|
||||||
"height":300,
|
"height":200,
|
||||||
"allowFileManager":true,
|
"allowFileManager":true,
|
||||||
afterBlur:function () { this.sync(); },
|
afterBlur:function () { this.sync(); },
|
||||||
"uploadJson":"/kindeditor/upload",
|
"uploadJson":"/kindeditor/upload",
|
||||||
"fileManagerJson":"/kindeditor/filemanager"});
|
"fileManagerJson":"/kindeditor/filemanager"});
|
||||||
challenge_task_editor = KindEditor.create('#challenge_ready_knowledge',
|
challenge_task_editor = KindEditor.create('#challenge_ready_knowledge',
|
||||||
{"width":"85%",
|
{"width":"87.5%",
|
||||||
"resizeType":0,
|
"resizeType":0,
|
||||||
"no_label":true,
|
"no_label":true,
|
||||||
"autoHeightMode":true,
|
"autoHeightMode":true,
|
||||||
"height":300,
|
"height":200,
|
||||||
"allowFileManager":true,
|
"allowFileManager":true,
|
||||||
afterBlur:function () { this.sync(); },
|
afterBlur:function () { this.sync(); },
|
||||||
"uploadJson":"/kindeditor/upload",
|
"uploadJson":"/kindeditor/upload",
|
||||||
|
|
Loading…
Reference in New Issue