Closed GoogleCodeExporter closed 9 years ago
Would you like to propose a fix?
I'll have a look as soon as I can
Original comment by antixsof...@gmail.com
on 21 Jun 2013 at 8:17
Thanks for submitting the issue in any case :)
Original comment by antixsof...@gmail.com
on 21 Jun 2013 at 8:18
For my needs, I added 'iframe' tag in the internal variables "tagInline" and
"tagAllowEmpty" and I also added the row
'iframe', ['src','width','height','style']
in the "tagAttributes" variable..
Original comment by giusepp...@gmail.com
on 24 Jun 2013 at 11:13
Original comment by antixsof...@gmail.com
on 11 Jul 2013 at 9:45
Hi guiseppe85
I've added support for iframes now
you have to tell it not to remove them by changing the default removeTags
options
e.g.
{
removeTags: ["basefont", "center", "dir", "font", "frame", "frameset", "isindex", "menu", "noframes", "s", "strike", "u"]
}
here I have taken iframe out of the list
Original comment by antixsof...@gmail.com
on 11 Jul 2013 at 10:45
Original issue reported on code.google.com by
giusepp...@gmail.com
on 20 Jun 2013 at 10:08