How can I allow-disallow certain filters (including custom filter) to work or not to work while getting HTML content and design content?
Basically while doing get_html to get html for saving I want to execute following filter
1. My Custom Filter1
2. OptimizeSpans
3. ConvertToXhtml
4. IECleanAnchors
And while switching to html mode by my custom tool using set_mode command I want to execute only IndentHTMLContent filter.
How can I achieve this? Is there any way to execute the filters, changes the sequence in which filter executes and all from JavaScript?
