0
<%@ 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。版本有问题吗?

4

1 回答 1

0

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

于 2013-10-11T11:30:08.660 回答