Krang::Markup::IE - WYSIGWYG HTML filtering for Internet Explorer
Subclass of Krang::Markup for Internet Explorer
See Krang::Markup
See Krang::Markup
- pkg('Markup::IE')->
db2browser_map()
This method returns a list of markup mappings from the version stored
in the DB to a version understood by Internet Explorer's WYSIWYG commands.
- pkg('Markup::IE')->
browser2db_map()
This method returns a list of markup tag mappings from the version
understood by Internet Explorer's WYSIWYG commands to the version
stored in the DB.
- pkg('Markup::IE')->db2browser(html => $html)
This method replaces normalized tags with their IE-specific
equivalent using the mappings provided by db2browser_map().
It is passed the normalized HTML and returns a string with
those mappings applied to it.
- pkg('Markup::IE')->browser2db(html => $html)
This method replaces IE-specific tags with their normalized
equivalent according to the mappings provided by browser2db_map()
It is passed the HTML coming from the browser and returns a string
with those mappings applied.