I am trying to use CKEditor in a Ajax Tab, but开发者_JAVA技巧 the toolbar doesn't show up
I added this to Web.config <add tagPrefix="CKEditor" assembly="CKEditor.NET" namespace="CKEditor.NET"/>
and this <CKEditor:CKEditorControl ID="CKEditorControl1" runat="server" Toolbar=""></CKEditor:CKEditorControl>
into my webpage.
Any suggestions? Thanks.
You should add ckeditor folder which contains actual editor files(js files etc.) to your website directory.
Drop property Toolbar="" or modify to Toolbar="Basic".
精彩评论