tp调用百度ueditor失败

浏览:575 发布日期:2014/07/30 分类:求助交流 关键字: ueditor
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <title>Document</title>
    <link rel="stylesheet" type="text/css" href="__PUBLIC__/Css/public.css">
    <script type="text/javascript" charset="utf-8">
        window.UEDITOR_HOME_URL = "__ROOT__/Data/Ueditor";
        window.onload=function(){
            window.UEDITOR_CONFIG.initialFrameHeight=300;//编辑器的高度
            UE.getEditor('content');//里面的content是我的textarea的id值
        }
    </script>
    <script type="text/javascript" src="__ROOT__/Data/Ueditor/ueditor.config.js"></script>
    <script type="text/javascript" src="__ROOT__/Data/Ueditor/ueditor.all.min.js"></script>
</head>
<body>
这是调用的代码和存放的路径,
这是调用的位置

附件 pic.zip ( 54.5 KB 下载:2 次 )

最佳答案
评论( 相关
后面还有条评论,点击查看>>