* adjust for ueditor and markdown.

This commit is contained in:
wangyidong
2016-12-23 17:19:06 +08:00
parent 4d998d8bad
commit 1c6d9f4197
39 changed files with 68392 additions and 2380 deletions
+2
View File
@@ -40,6 +40,8 @@ function initUeditor(afterInit)
serverUrl: '<?php echo $this->createLink('file', 'ajaxUeditorUpload', "uid=$uid")?>',
autoClearinitialContent:false,
wordCount:false,
<?php if($editorLang != 'zh-cn' and $editorLang != 'zh-tw') echo "iframeCssUrl:'',"; //When lang is zh-cn or zh-tw then load ueditor/themes/iframe.css file for font-family and size of editor.?>
enableAutoSave:false,
elementPathEnabled:false
};
$.each(editor.id, function(key, editorID)