<%@ 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版本。版本有问题吗?
发布于 2013-10-11 19:30:09
只需在增加div的高度和宽度后查看“=>”并检查...
https://stackoverflow.com/questions/15027104
复制相似问题