实训tpm新建页面
This commit is contained in:
parent
892c30332c
commit
cdb9ff5509
|
@ -282,6 +282,17 @@
|
|||
"uploadJson":"/kindeditor/upload",
|
||||
"fileManagerJson":"/kindeditor/filemanager"
|
||||
});
|
||||
challenge_task_editor = KindEditor.create('#challenge_ready_knowledge',
|
||||
{"width":"87.5%",
|
||||
"resizeType":0,
|
||||
"no_label":true,
|
||||
"autoHeightMode":true,
|
||||
"height":200,
|
||||
"allowFileManager":true,
|
||||
afterBlur:function () { this.sync(); },
|
||||
"uploadJson":"/kindeditor/upload",
|
||||
"fileManagerJson":"/kindeditor/filemanager"
|
||||
});
|
||||
|
||||
|
||||
function add_tag(){
|
||||
|
|
Loading…
Reference in New Issue