开发者

Changing CK editor filder

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

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

精彩评论

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