开发者

CKEDITOR not showing up

I am using ck editor in my asp.net page.I have a problem with it the ckeditor doesnt work for me . I have updatepanel and i开发者_StackOverflow中文版nside it i have a detailsview. I need to place my ckeditor in insert and edit templates of the detailsview. But when I open the webpage i could see that the ckeditor is not loading.

I have added the ckeditor folder and added the javascript file

Also I have added

 <script type="text/javascript">
     if (CKEDITOR.instances('TextBoxArticleBody')) {
         CKEDITOR.instances['TextBoxArticleBody'].destroy();
     }
     CKEDITOR.replace('TextBoxArticleBody');
 </script>

Can some one guide me please .

Thanks

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜