Commit 2fc0437a authored by Oleg Korshul's avatar Oleg Korshul

html

parent 12f0fa1a
......@@ -200,6 +200,17 @@
this.startData.setAttribute("data", text_data.data);
break;
}
case Asc.EPluginDataType.html:
{
var text_data = {
data : "",
pushData : function(format, value) { this.data = value; }
};
this.api.asc_CheckCopy(text_data, 2);
this.startData.setAttribute("data", text_data.data);
break;
}
case Asc.EPluginDataType.ole:
{
// теперь выше задается
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment