Hi
I have implemented a Custom Content Filter that converts web control-like tags <tag:xslfile /> to an image and back.
I want to run this filter on load, so that the images are displayed in Design view, but the original tag is displayed in Html view.
The hacky way is to do this:
editor.set_mode(2);
editor.set_mode(1);
But this makes the editor flicker.
Is there a nicer way?
Thanks
--Jakob
I have implemented a Custom Content Filter that converts web control-like tags <tag:xslfile /> to an image and back.
I want to run this filter on load, so that the images are displayed in Design view, but the original tag is displayed in Html view.
The hacky way is to do this:
editor.set_mode(2);
editor.set_mode(1);
But this makes the editor flicker.
Is there a nicer way?
Thanks
--Jakob