Hello,
I'm using 4.4.3 version and I'm trying to get data filtered in source mode.
In source mode : when I type this in browser debug console :
CKEDITOR.instances.<myEditorID>.getData();
I'm getting unfiltered data. Is there a way to get filtered data ? I didnt find anything in the API :(
Thanks in advance