<script type= "text/JavaScript" > |
window.UEDITOR_HOME_URL = "/Data/Ueditor/" ; |
window.onload = function (){ |
window.UEDITOR_CONFIG.initialFrameWidth = 800; |
window.UEDITOR_CONFIG.initialFrameHeight = 600; |
window.UEDITOR_CONFIG.imageUrl = '{:U(GROUP_NAME . ' /Blog/upload ')}' ; |
window.UEDITOR_CONFIG.imagePath = '/Uploads' ; |
UE.getEditor( 'content' ); |
} |
</script> |
<script type= "text/JavaScript" charset= "utf-8" src= '/Data/Ueditor/ueditor.config.js' ></script> |
<script type= "text/JavaScript" charset= "utf-8" src= '/Data/Ueditor/ueditor.all.min.js' ></script> |
<script type= "text/javascript" charset= "utf-8" src= "/Data/Ueditor/lang/zh-cn/zh-cn.js" ></script> |