开发者

CKEDITOR not showing up

开发者 https://www.devze.com 2023-03-17 13:57 出处:网络
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 c

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

精彩评论

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