CKEditor的在asp.net [英] ckeditor in asp.net

查看:114
本文介绍了CKEditor的在asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的应用程序中使用CKEditor的,但我不知道怎么写了

I have to use a ckeditor in my application but I dont know how to write the

@注册大会=命名空间=标签preFIX =%>

@ Register Assembly="" Namespace="" TagPrefix="" %>

从哪里我能得到大会?

推荐答案

答案将是

scrpt type = "text/javascript" src = "ckeditor/ckeditor.js"....close script 
//ckeditor is the folder that you have created in your application.

script type="text/javascript"
window.onload = function()

{
    debugger
    vartxtDemo = document.getElementByID('<%txtDemo.ClientID%');
    CKEDITOR.replace(txtDemo);

}...//close the script

但在此之前,让您应用程序中的CKEditor文件夹,然后粘贴您已经下载的内容,

but before that make a ckeditor folder in your application and paste the contents that you have downloaded,

这篇关于CKEditor的在asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆