开发者

CKEditor in asp.net, in ajax tab, toolbar does not show up

开发者 https://www.devze.com 2023-03-02 13:54 出处:网络
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

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".

0

精彩评论

暂无评论...
验证码 换一张
取 消