更改 CK 编辑器文件夹
我创建了一个 asp.net Web 应用程序,然后下载了 ckeditor。我提取了我的应用程序目录这个编辑器文件夹。我将 ckeditor 的 dll 添加到我的应用程序的引用中。我在我的网页上注册了。
<add tagPrefix="CKEditor" assembly="CKEditor.NET" namespace="CKEditor.NET"/>
我也可以使用 ck 编辑器。但是当我将ckeditor放入子文件夹时,我没有使用ckeditor。
根 我的默认值.aspx 我的编辑器 ckeditor 文件夹
我想像这样使用 。我怎么能这么做呢。
I created a asp.net web application and then I downloaded 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的网站中使用了 ckeditor...
我将其设置为 rootforlder/js/ckeditor(folder)
我在使用 ckeditor 的页面中添加了以下标签。
我使用了如下所示的 ckeditor 控件...
我希望这会对您有所帮助...请告诉我...如果您需要任何帮助。
I used ckeditor in my website...
I set it rootforlder/js/ckeditor(folder)
I add below tag in page where I used ckeditor.
I used ckeditor control like below...
I hope this will help you... please, let me know.. if you want any help regarding it.