Reputation: 2050
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 textarea. I don't want to let this. How could I do that?
Upvotes: 0
Views: 289
Reputation: 1470
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.
Upvotes: 2