实训tpm新建页面

This commit is contained in:
daiao 2017-03-31 16:46:14 +08:00
parent 892c30332c
commit cdb9ff5509
1 changed files with 11 additions and 0 deletions

View File

@ -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(){