I did a little more research into the problem and what I have discovered is that the ContentFilters are getting set correctly. I determined that through the use of this code in the OnClientLoad function:
| |
| |
| var filter = editor.get_filtersManager(); |
| for (var i = 0; i < filter._filters.length; i++) |
| { |
| alert(filter._filters[i].get_name()); |
| } |
However, even if I set the ContentFilters property = None and the OnClientLoad shows that the StripScriptsFilter is not included in the filter array, they RichEdit box is still stripping out the Script tags which is killing the google Ad placement. Is there a different control that should be used for google ads?