I created a web form in .net. The form need to use WYSIWYG editor. So, I have decided to use CK editor. Now, I have gotten a problem that the CK editor lets to use javascript in the t开发者_高级运维extarea. I don't want to let this. How could I do that?
Check out this post:
http://cksource.com/forums/viewtopic.php?f=11&t=18911&hilit=allowed+tags
That plugin sounds like what you'll need - something to clean out Javascript.
精彩评论