开发者

Changing CK editor filder

I created a asp.net web application and then I do开发者_如何学编程wnloaded ckeditor. And I extracted my application directory this editor folder. And I added dll of ckeditor to reference of my application. I registered in my web page.

<add tagPrefix="CKEditor" assembly="CKEditor.NET" namespace="CKEditor.NET"/>

I can use ck editor as well. But when I put ckeditor to child folder, I didn't use ckeditor.

root MyDefault.aspx MyEditor ckeditor folder

I want to use like this. How could I do that.


I used ckeditor in my website...

I set it rootforlder/js/ckeditor(folder)

I add below tag in page where I used ckeditor.

<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>

I used ckeditor control like below...

 <CKEditor:CKEditorControl ID="ckService" runat="server" Height="200px" Width="400px" BasePath="~/js/ckeditor/"></CKEditor:CKEditorControl>

I hope this will help you... please, let me know.. if you want any help regarding it.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜