load : function(data) {
var me = this;
me.$.filtered.innerHTML = "";
if (UT.isNotEmpty(data) && UT.isNotEmpty(data.text))
{
me.$.editor.instance.setData("", {callback:function()
{
this.setData(data.text.replace(/\n/ig, "<br\/>"));
me.$.editor.syncValue();
}});
}
else
{
me.$.editor.instance.setData("", {callback:function()
{
this.setData("");
me.$.editor.syncValue();
}});
}
UT.request(me.$.findCodeWithAttr);
},
ckeditor setData
|
2018.10.23 08:56:56
|
2018.10.23 08:56:56
|
583
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2018.12.12
2018.11.29
2018.11.02
2018.11.02
2018.11.01
2018.10.23
2018.10.22
2018.10.17
2018.10.17
2018.09.19
2018.09.11