在asp.net中的CKEditor,在ajax选项卡中,工具栏不显示

时间:2011-05-04 10:42:14

标签: c# asp.net ajax visual-studio-2010 ckeditor

我正在尝试在Ajax选项卡中使用CKEditor,但工具栏没有显示

我将此添加到了Web.config <add tagPrefix="CKEditor" assembly="CKEditor.NET" namespace="CKEditor.NET"/>

以及此<CKEditor:CKEditorControl ID="CKEditorControl1" runat="server" Toolbar=""></CKEditor:CKEditorControl>进入我的网页。

有什么建议吗? 感谢。

2 个答案:

答案 0 :(得分:5)

您应该将包含实际编辑器文件(js文件等)的ckeditor文件夹添加到您的网站目录中。

答案 1 :(得分:0)

删除属性工具栏=“”或修改为工具栏=“基本”。