首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >asp..net中的CKeditor

asp..net中的CKeditor
EN

Stack Overflow用户
提问于 2013-02-22 23:07:09
回答 1查看 855关注 0票数 0
代码语言:javascript
复制
<%@ Register assembly="CKEditor.NET" namespace="CKEditor.NET" tagprefix="CKEditor" %>
 <div class="main" style="height:400px; padding-top:30px;">
      <CKEditor:CKEditorControl ID="CKEditorControl1" runat="server">
             </CKEditor:CKEditorControl>
  </div>

我尝试在asp.net中使用CKeditor,在添加引用.dll之后,我创建了这个CKeditor,但它显示的是小的文本区,而不是我希望的CKeditor。我使用的是ckeditor_aspnet_3.6.4版本。版本有问题吗?

EN

回答 1

Stack Overflow用户

发布于 2013-10-11 19:30:09

只需在增加div的高度和宽度后查看“=>”并检查...

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15027104

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档