com_wdy的gravatar头像
com_wdy 2014-10-08 09:54:04

有人用过ueditor吗?

我想在页面的一个位置显示ueditor编辑器但是不显示不知道是不是样式的问题,这是实例化ueditor的代码

<script type="text/javascript">
    var editor = new baidu.editor.ui.Editor();
    editor.render("editor");
</script>
<textarea id="editor" name="editor" rows="30" style="width:99.4%;"></textarea>

但是如果放到没有div标签中它就会显示,不知道为什么?

所有回答列表(3)
MiniZa的gravatar头像
MiniZa  LV12 2014年10月8日

没看懂题目意思,不过就我使用来看,jsp版ueditor配置是有些问题的,其它php、asp等版本没用过。

大概猜测问题,同一个页面上你要实例化两个ueditor编辑器?那你需要有两个id,并且js实例化两次。

com_wdy的gravatar头像
com_wdy  LV12 2014年10月8日

好吧!我的问题可能没有表述清楚!是在一个页面显示一个ueditor编辑器但是在有的位置不显示,但是换了一个位置就显示了!显示的样式也不是我想要的!

it1yang的gravatar头像
it1yang  LV21 2014年10月8日

用最新的吧。不知道你用的哪个版本。

1.1 下载编辑器

到官网下载 UEditor 最新版:[官网地址]

1.2 创建demo文件

解压下载的包,在解压后的目录创建 demo.html 文件,填入下面的html代码

 

<!DOCTYPE HTML>
<html lang="en-US">

<head>
    <meta charset="UTF-8">
    <title>ueditor demo</title>
</head>

<body>
    <!-- 加载编辑器的容器 -->
    <script id="container" name="content" type="text/plain">
        这里写你的初始化内容
    </script>
    <!-- 配置文件 -->
    <script type="text/javascript" src="ueditor.config.js"></script>
    <!-- 编辑器源码文件 -->
    <script type="text/javascript" src="ueditor.all.js"></script>
    <!-- 实例化编辑器 -->
    <script type="text/javascript">
        var ue = UE.getEditor('container');
    </script>
</body>

</html>
最近浏览
七月大大  LV6 2017年12月11日
as929359157 2017年12月6日
暂无贡献等级
飞行的翔 2017年2月20日
暂无贡献等级
weisljl  LV2 2016年5月23日
Youjm  LV1 2016年4月26日
小糊涂神  LV2 2016年4月1日
anlxss  LV2 2015年12月29日
蝴蝶双飞521  LV4 2015年12月26日
woshiliupp  LV1 2015年11月26日
yangkai  LV13 2015年11月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友