blob: 7418f8557891625e5391845f7f91bab839c27cbf [file] [log] [blame]
/**
Implemented now as GetHtmlImplementation plugin in modules/GetHtml/TransformInnerHTML.js
*/
function GetHtml(editor) {
editor.config.getHtmlMethod = "TransformInnerHTML";
}
GetHtml._pluginInfo = {
name : "GetHtml",
version : "1.0",
developer : "Nelson Bright",
developer_url : "http://www.brightworkweb.com/",
sponsor : "",
sponsor_url : "",
license : "htmlArea"
};